1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-18 07:52:32 +01:00

Re-added -dev tag for snapshots.

This commit is contained in:
Scott Ehlert 2009-02-25 22:13:30 -06:00
parent 3b33cfe43d
commit ddb11f2e31
4 changed files with 7 additions and 7 deletions

View File

@ -3,8 +3,8 @@
#ifndef _INCLUDE_MMS_VERSION_H_
#define _INCLUDE_MMS_VERSION_H_
#define MMS_BUILD_STRING ""
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
#define MMS_BUILD_STRING "-dev"
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
#define MMS_FILE_VERSION 1,7,1,0

View File

@ -3,8 +3,8 @@
#ifndef _INCLUDE_MMS_VERSION_H_
#define _INCLUDE_MMS_VERSION_H_
#define MMS_BUILD_STRING ""
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
#define MMS_BUILD_STRING "-dev"
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
#define MMS_FILE_VERSION 1,7,1,0

View File

@ -3,8 +3,8 @@
#ifndef _INCLUDE_MMS_VERSION_H_
#define _INCLUDE_MMS_VERSION_H_
#define MMS_BUILD_STRING ""
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
#define MMS_BUILD_STRING "-dev"
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
#define MMS_FILE_VERSION 1,7,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"');