Bump version.

This commit is contained in:
Ryan Stecker 2024-04-06 13:17:30 -05:00
parent 57de24638f
commit 117b0026e8
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.1.0 1.2.0

View File

@ -18,9 +18,9 @@
#define SM_BUILD_TAG "-manual" #define SM_BUILD_TAG "-manual"
#define SM_BUILD_UNIQUEID "[MANUAL BUILD]" #define SM_BUILD_UNIQUEID "[MANUAL BUILD]"
#define SM_VERSION "1.1.0" #define SM_VERSION "1.2.0"
#define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG
#define SM_FILE_VERSION 1,1,0,0 #define SM_FILE_VERSION 1,2,0,0
#endif #endif