Skip to content

Commit

Permalink
Merge pull request #1811 from fengzeroz/v2.7
Browse files Browse the repository at this point in the history
plugin version: 2.7.2
  • Loading branch information
fengzeroz authored Jan 11, 2024
2 parents 87aac21 + 94e4926 commit 10c89da
Showing 1 changed file with 1 addition and 1 deletion.
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 7
#define NEU_VERSION_FIX 1
#define NEU_VERSION_FIX 2

#define NEU_GET_VERSION_MAJOR(V) ((0xffff0000 & V) >> 16)
#define NEU_GET_VERSION_MINOR(V) ((0x0000ff00 & V) >> 8)
Expand Down

0 comments on commit 10c89da

Please sign in to comment.