Skip to content

Commit a7946c4

Browse files
authored
Merge pull request #2023 from fengzeroz/v2.8
version: 2.8.2
2 parents 734bf74 + 224f748 commit a7946c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- published
99

1010
env:
11-
VERSION: 2.8.1
11+
VERSION: 2.8.2
1212
UI_VERSION: 2.6.1
1313
BRANCH: v2.8
1414

include/neuron/define.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define NEU_VERSION_MAJOR 2
2626
#define NEU_VERSION_MINOR 8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.1
1+
2.8.2

0 commit comments

Comments
 (0)