Skip to content

Commit

Permalink
Update version number in API header
Browse files Browse the repository at this point in the history
  • Loading branch information
TiejunMS committed Dec 28, 2023
1 parent e73843f commit f49990c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions common/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE C */
/* 6.3.0 */
/* 6.x */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -101,6 +101,9 @@
/* added option for random */
/* number stack filling, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.x */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -139,7 +142,7 @@ extern "C" {

#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 3
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0

/* Define the following symbol for backward compatibility */
Expand Down
7 changes: 5 additions & 2 deletions common_smp/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* tx_api.h PORTABLE SMP */
/* 6.3.0 */
/* 6.x */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -89,6 +89,9 @@
/* added option for random */
/* number stack filling, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.x */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -140,7 +143,7 @@ extern "C" {

#define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 3
#define THREADX_MINOR_VERSION 4
#define THREADX_PATCH_VERSION 0

/* Define the following symbol for backward compatibility */
Expand Down

0 comments on commit f49990c

Please sign in to comment.