Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bianminyan authored Oct 30, 2024
1 parent 98ccb73 commit fdf8f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define SOFTWARE_VERSION_MAX_LEN (32)
#define SOFTWARE_VERSION_MAJOR 1
#define SOFTWARE_VERSION_MINOR 7
#define SOFTWARE_VERSION_BUILD 4
#define SOFTWARE_VERSION_BUILD 7
#define SOFTWARE_VERSION_BETA 0
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)

Expand Down

0 comments on commit fdf8f05

Please sign in to comment.