Bump version.
This commit is contained in:
@@ -146,6 +146,7 @@ void UploadCrashDump(const char *path)
|
||||
|
||||
form->AddString("UserID", g_pSM->GetCoreConfigValue("MinidumpAccount"));
|
||||
form->AddString("GameDir", g_pSM->GetGameFolderName());
|
||||
form->AddString("ExtensionVersion", SMEXT_CONF_VERSION);
|
||||
|
||||
form->AddFile("upload_file_minidump", path);
|
||||
|
||||
|
||||
+2
-2
@@ -18,9 +18,9 @@
|
||||
|
||||
#define SM_BUILD_TAG "-manual"
|
||||
#define SM_BUILD_UNIQUEID "[MANUAL BUILD]"
|
||||
#define SM_VERSION "1.2.0"
|
||||
#define SM_VERSION "2.0.1"
|
||||
#define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG
|
||||
#define SM_FILE_VERSION 1,2,0,0
|
||||
#define SM_FILE_VERSION 2,0,1,0
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user