Skip to content

Commit 31707b4

Browse files
committed
Add OS_ID_ENHANCEMENT_DISABLED macro feature support.
1 parent 0deb96b commit 31707b4

File tree

6 files changed

+291
-51
lines changed

6 files changed

+291
-51
lines changed

build_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
extern "C" {
1313
#endif
1414

15-
#define ATOS_BUILD_TIME "2025-02-16,13:58"
16-
#define ATOS_COMMIT_HEAD_ID "0904090025c37df497c72b1b7f6ca038e3054e1f"
15+
#define ATOS_BUILD_TIME "2025-02-16,16:45"
16+
#define ATOS_COMMIT_HEAD_ID "0deb96be7fb60b90b237f26d1f11a3ecbb793618"
1717
#define ATOS_VERSION_MAJOR_NUMBER (2u)
1818
#define ATOS_VERSION_MINOR_NUMBER (0u)
19-
#define ATOS_VERSION_PATCH_NUMBER (20u)
19+
#define ATOS_VERSION_PATCH_NUMBER (21u)
2020

2121
#define ATOS_VERSION_MAJOR_NUMBER_MASK (0x03FFu)
2222
#define ATOS_VERSION_MAJOR_NUMBER_POS (22u)

0 commit comments

Comments
 (0)