summaryrefslogtreecommitdiff
path: root/ports/xtensa/xcc
diff options
context:
space:
mode:
authorTiejunZhou <[email protected]>2023-12-28 10:51:29 +0800
committerGitHub <[email protected]>2023-12-28 10:51:29 +0800
commitd9ffb0f97dcc97c5dec5675439ea65f3f87b466b (patch)
treea3cae81f6acfae7e36ea51acf93fb1fe81de68c8 /ports/xtensa/xcc
parente73843f6d4ec7d17cb91c6391405f94e7672f4e8 (diff)
Update release date and version (#338)
* Update version number in API header * Update release date and version
Diffstat (limited to 'ports/xtensa/xcc')
-rw-r--r--ports/xtensa/xcc/inc/tx_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/xtensa/xcc/inc/tx_port.h b/ports/xtensa/xcc/inc/tx_port.h
index ae1763a6..ad8f3fe0 100644
--- a/ports/xtensa/xcc/inc/tx_port.h
+++ b/ports/xtensa/xcc/inc/tx_port.h
@@ -471,7 +471,7 @@ extern int xt_timer_intnum;
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * Azure RTOS Xtensa Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * Azure RTOS Xtensa Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif