Bump version.

This commit is contained in:
Asher Baker 2014-11-08 01:50:04 +00:00
parent c8acdedf50
commit 1d2ce76b20
3 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -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

View File

@ -1 +1 @@
2.0.0
2.0.1