Bump version.
This commit is contained in:
parent
c8acdedf50
commit
1d2ce76b20
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.0.0
|
||||
2.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user