Skip to content

Commit

Permalink
chore: bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Dec 11, 2024
1 parent 101a0d8 commit 011282a
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 @@ -8,7 +8,7 @@
#define SOFTWARE_VERSION_MAJOR 1
#define SOFTWARE_VERSION_MINOR 7
#define SOFTWARE_VERSION_BUILD 15
#define SOFTWARE_VERSION_BETA 1
#define SOFTWARE_VERSION_BETA 2
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)

#if SOFTWARE_VERSION_MAJOR > 99 || SOFTWARE_VERSION_MINOR > 99 || SOFTWARE_VERSION_BUILD > 99
Expand Down

0 comments on commit 011282a

Please sign in to comment.