Skip to content

Commit 86a1fdf

Browse files
authored
Merge pull request #2561 from fengzeroz/v2.12
version: 2.12.2
2 parents 447b96e + af8349f commit 86a1fdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.1
11+
VERSION: 2.12.2
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 1
27+
#define NEU_VERSION_FIX 2
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.1
1+
2.12.2

0 commit comments

Comments
 (0)