Skip to content

Commit

Permalink
Merge pull request #1949 from fengzeroz/v2.8
Browse files Browse the repository at this point in the history
version: 2.8.1
  • Loading branch information
fengzeroz committed Apr 16, 2024
2 parents 9db6a96 + bafd1b9 commit 2668fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- published

env:
VERSION: 2.8.0
VERSION: 2.8.1
UI_VERSION: 2.6.1
BRANCH: v2.8

Expand Down
2 changes: 1 addition & 1 deletion include/neuron/define.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define NEU_VERSION_MAJOR 2
#define NEU_VERSION_MINOR 8
#define NEU_VERSION_FIX 0
#define NEU_VERSION_FIX 1

#define NEU_GET_VERSION_MAJOR(V) ((0xffff0000 & V) >> 16)
#define NEU_GET_VERSION_MINOR(V) ((0x0000ff00 & V) >> 8)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.8.1

0 comments on commit 2668fbf

Please sign in to comment.