Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-The-Wise committed Apr 27, 2022
1 parent 122c320 commit 3bcd951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProjectVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 1
#define VERSION_BUILD 1920
#define VERSION_PATCH 2
#define VERSION_BUILD 1930

#define VERSION_STRING stringify(VERSION_MAJOR) "." stringify(VERSION_MINOR) "." \
stringify(VERSION_PATCH) "." stringify(VERSION_BUILD)
Expand Down

0 comments on commit 3bcd951

Please sign in to comment.