Skip to content

Commit 9cca71b

Browse files
authored
Merge pull request #2520 from fengzeroz/v2.12
version: 2.12.1
2 parents e65a6dd + 6f9fd86 commit 9cca71b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- published
99

1010
env:
11-
VERSION: 2.12.0
11+
VERSION: 2.12.1
1212
UI_VERSION: 2.6.1
1313
BRANCH: v2.12
1414

include/neuron/define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define NEU_VERSION_MAJOR 2
2626
#define NEU_VERSION_MINOR 12
27-
#define NEU_VERSION_FIX 0
27+
#define NEU_VERSION_FIX 1
2828

2929
#define NEU_GET_VERSION_MAJOR(V) ((0xffff0000 & V) >> 16)
3030
#define NEU_GET_VERSION_MINOR(V) ((0x0000ff00 & V) >> 8)

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.0
1+
2.12.1

0 commit comments

Comments
 (0)