mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Re-added -dev tag, bumped version to 1.9.0.
This commit is contained in:
parent
4349c63d9d
commit
0a7253a190
@ -4,9 +4,9 @@
|
|||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING ""
|
||||||
#define MMS_BUILD_UNIQUEID "691:92ea98d22d75" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.8.0" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.9.0" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,8,0,0
|
#define MMS_FILE_VERSION 1,9,0,0
|
||||||
|
|
||||||
#endif //_INCLUDE_MMS_VERSION_H_
|
#endif //_INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
|
|||||||
@ -4,9 +4,9 @@
|
|||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING ""
|
||||||
#define MMS_BUILD_UNIQUEID "691:92ea98d22d75" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.8.0" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.9.0" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,8,0,0
|
#define MMS_FILE_VERSION 1,9,0,0
|
||||||
|
|
||||||
#endif //_INCLUDE_MMS_VERSION_H_
|
#endif //_INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
|
|||||||
@ -4,9 +4,9 @@
|
|||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING ""
|
||||||
#define MMS_BUILD_UNIQUEID "691:92ea98d22d75" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.8.0" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.9.0" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,8,0,0
|
#define MMS_FILE_VERSION 1,9,0,0
|
||||||
|
|
||||||
#endif //_INCLUDE_MMS_VERSION_H_
|
#endif //_INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[PRODUCT]
|
[PRODUCT]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 8
|
minor = 9
|
||||||
revision = 0
|
revision = 0
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.8.0
|
1.9.0
|
||||||
|
|||||||
@ -20,5 +20,5 @@ if ($^O eq "linux")
|
|||||||
Build::Command("flip -u support/versionchanger.pl");
|
Build::Command("flip -u support/versionchanger.pl");
|
||||||
Build::Command("chmod +x support/versionchanger.pl");
|
Build::Command("chmod +x support/versionchanger.pl");
|
||||||
}
|
}
|
||||||
#Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user