Skip to content

Commit fca34a2

Browse files
authored
Merge pull request #2637 from fengzeroz/v2.13
version: 2.13.0
2 parents 1c6ebd6 + 2bf2715 commit fca34a2

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.13.1
11+
VERSION: 2.13.0
1212
UI_VERSION: 2.6.1
1313
BRANCH: v2.13
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 13
27-
#define NEU_VERSION_FIX 1
27+
#define NEU_VERSION_FIX 0
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.13.1
1+
2.13.0

0 commit comments

Comments
 (0)