Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version id string. #141

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/arm9/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/generic/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Generic Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Generic Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/linux/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ULONG outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Linux/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * USBX Linux/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
Loading