Bumped version and tagged for release.

This commit is contained in:
David Anderson 2010-05-02 13:44:22 -07:00
parent be3e9082af
commit bd829e9816
5 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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