Bump version.

This commit is contained in:
Ryan Stecker 2024-08-26 18:30:45 -05:00
parent f2dc80426c
commit 44ce149b94
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.2.0 1.3.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.2.0" #define SM_VERSION "1.3.0"
#define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG
#define SM_FILE_VERSION 1,2,0,0 #define SM_FILE_VERSION 1,3,0,0
#endif #endif