Skip to content

Commit

Permalink
Reverted version
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Jan 24, 2023
1 parent dc44d20 commit 711b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applicationinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define APP_INFO_PRODUCTVERSION_MAJOR 0
#define APP_INFO_PRODUCTVERSION_MINOR 21
#define APP_INFO_PRODUCTVERSION_PATCH 1
#define APP_INFO_PRODUCTVERSION_PATCH 0

#define APP_INFO_PRODUCTVERSION APP_INFO_PRODUCTVERSION_MAJOR, APP_INFO_PRODUCTVERSION_MINOR, APP_INFO_PRODUCTVERSION_PATCH, 0
#define APP_INFO_PRODUCTVERSION_STR STR(APP_INFO_PRODUCTVERSION_MAJOR) "." STR(APP_INFO_PRODUCTVERSION_MINOR) "." STR(APP_INFO_PRODUCTVERSION_PATCH)
Expand Down

0 comments on commit 711b4cf

Please sign in to comment.