Skip to content

Commit 7721a48

Browse files
committed
Merge branch 'main' of https://github.com/At-EC/At-RTOS
2 parents 80c604e + 310aba8 commit 7721a48

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build_version.h

Lines changed: 4 additions & 4 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-03-02,13:51"
16-
#define ATOS_COMMIT_HEAD_ID "9dbc34b0d01cc19f31a6bf1c1686c77c330e58a8"
15+
#define ATOS_BUILD_TIME "2025-03-02,05:55"
16+
#define ATOS_COMMIT_HEAD_ID "126a75a58379f731c8df8c3a51aceae81ca308b7"
1717
#define ATOS_VERSION_MAJOR_NUMBER (2u)
18-
#define ATOS_VERSION_MINOR_NUMBER (0u)
19-
#define ATOS_VERSION_PATCH_NUMBER (23u)
18+
#define ATOS_VERSION_MINOR_NUMBER (1u)
19+
#define ATOS_VERSION_PATCH_NUMBER (0u)
2020

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "At-RTOS",
33
"homepage": "https://github.com/At-EC/At-RTOS",
4-
"version": "2.0.23",
5-
"timestamp": "2025-03-02,13:51",
6-
"commit_id": "31707b4d07edfbcf810af056dc4f828080c67eef"
4+
"version": "2.1.0",
5+
"timestamp": "2025-03-02,05:55",
6+
"commit_id": "9dbc34b0d01cc19f31a6bf1c1686c77c330e58a8"
77
}

0 commit comments

Comments
 (0)