mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Bumped version and tagged for release.
This commit is contained in:
parent
be3e9082af
commit
bd829e9816
@ -4,7 +4,7 @@
|
||||
#define _INCLUDE_MMS_VERSION_H_
|
||||
|
||||
#define MMS_BUILD_STRING ""
|
||||
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||
#define MMS_BUILD_UNIQUEID "702:b21cf03c429a" MMS_BUILD_STRING
|
||||
#define MMS_FULL_VERSION "1.8.1" MMS_BUILD_STRING
|
||||
#define MMS_FILE_VERSION 1,8,1,0
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
#define _INCLUDE_MMS_VERSION_H_
|
||||
|
||||
#define MMS_BUILD_STRING ""
|
||||
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||
#define MMS_BUILD_UNIQUEID "702:b21cf03c429a" MMS_BUILD_STRING
|
||||
#define MMS_FULL_VERSION "1.8.1" MMS_BUILD_STRING
|
||||
#define MMS_FILE_VERSION 1,8,1,0
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
#define _INCLUDE_MMS_VERSION_H_
|
||||
|
||||
#define MMS_BUILD_STRING ""
|
||||
#define MMS_BUILD_UNIQUEID "693:985ad6dcc269" MMS_BUILD_STRING
|
||||
#define MMS_BUILD_UNIQUEID "702:b21cf03c429a" MMS_BUILD_STRING
|
||||
#define MMS_FULL_VERSION "1.8.1" MMS_BUILD_STRING
|
||||
#define MMS_FILE_VERSION 1,8,1,0
|
||||
|
||||
|
||||
@ -20,5 +20,5 @@ if ($^O eq "linux")
|
||||
Build::Command("flip -u 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"');
|
||||
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
2010/05/02 1.8.1:
|
||||
- Added support for latest L4D2 and Orange Box engine updates.
|
||||
|
||||
2009/12/19 1.8.0:
|
||||
- Added support for the Source engine that runs Left 4 Dead 2 (bug 4078).
|
||||
- Added VP hook support to legacy SourceHook (bug 4019).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user