summaryrefslogtreecommitdiff
path: root/ports/arm9
diff options
context:
space:
mode:
authorTiejunZhou <[email protected]>2023-10-23 15:31:03 +0800
committerGitHub <[email protected]>2023-10-23 15:31:03 +0800
commit13b700fd3ed763cedcba7dbd17b859077a01aa9c (patch)
treedce98f5940c79679029fc79109b8c6af166bbfaf /ports/arm9
parent9ee2738aec92ecab0dd321dd5836f56927f72b7a (diff)
Update release version to 6.3.0 and date to 10-31-2023 (#308)v6.3.0_rel
Diffstat (limited to 'ports/arm9')
-rw-r--r--ports/arm9/ac5/inc/tx_port.h2
-rw-r--r--ports/arm9/gnu/inc/tx_port.h2
-rw-r--r--ports/arm9/iar/inc/tx_port.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ports/arm9/ac5/inc/tx_port.h b/ports/arm9/ac5/inc/tx_port.h
index 9fe78533..82e5723e 100644
--- a/ports/arm9/ac5/inc/tx_port.h
+++ b/ports/arm9/ac5/inc/tx_port.h
@@ -322,7 +322,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.3.0 *";
#else
extern CHAR _tx_version_id[];
#endif
diff --git a/ports/arm9/gnu/inc/tx_port.h b/ports/arm9/gnu/inc/tx_port.h
index f4f17d20..46566330 100644
--- a/ports/arm9/gnu/inc/tx_port.h
+++ b/ports/arm9/gnu/inc/tx_port.h
@@ -309,7 +309,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.3.0 *";
#else
extern CHAR _tx_version_id[];
#endif
diff --git a/ports/arm9/iar/inc/tx_port.h b/ports/arm9/iar/inc/tx_port.h
index 97da5a94..b9f6eae5 100644
--- a/ports/arm9/iar/inc/tx_port.h
+++ b/ports/arm9/iar/inc/tx_port.h
@@ -375,7 +375,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];