summaryrefslogtreecommitdiff
path: root/ports/cortex_a5
diff options
context:
space:
mode:
authorTiejun Zhou <[email protected]>2022-10-26 23:43:22 +0000
committerTiejun Zhou <[email protected]>2022-10-26 23:43:22 +0000
commit232e89f35b3714d735e3d44c33c0cf419de74504 (patch)
tree567402c81a7208f55fea445c3599e3110c8aa361 /ports/cortex_a5
parentcd55ec74569aa3fbfbd8f02d025a47c5a51a285a (diff)
Release 6.2.0v6.2.0_rel
Diffstat (limited to 'ports/cortex_a5')
-rw-r--r--ports/cortex_a5/gnu/inc/ux_port.h2
-rw-r--r--ports/cortex_a5/iar/inc/ux_port.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/cortex_a5/gnu/inc/ux_port.h b/ports/cortex_a5/gnu/inc/ux_port.h
index 742ad9b..46babf4 100644
--- a/ports/cortex_a5/gnu/inc/ux_port.h
+++ b/ports/cortex_a5/gnu/inc/ux_port.h
@@ -242,7 +242,7 @@ VOID outpl(ULONG,ULONG);
#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.1.12 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.2.0 *";
#else
extern CHAR _ux_version_id[];
#endif
diff --git a/ports/cortex_a5/iar/inc/ux_port.h b/ports/cortex_a5/iar/inc/ux_port.h
index 54c8d5c..d1b6118 100644
--- a/ports/cortex_a5/iar/inc/ux_port.h
+++ b/ports/cortex_a5/iar/inc/ux_port.h
@@ -242,7 +242,7 @@ VOID outpl(ULONG,ULONG);
#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.1.12 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.2.0 *";
#else
extern CHAR _ux_version_id[];
#endif