mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Re-added -dev tag for snapshots.
This commit is contained in:
parent
3b33cfe43d
commit
ddb11f2e31
@ -3,8 +3,8 @@
|
|||||||
#ifndef _INCLUDE_MMS_VERSION_H_
|
#ifndef _INCLUDE_MMS_VERSION_H_
|
||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING "-dev"
|
||||||
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,7,1,0
|
#define MMS_FILE_VERSION 1,7,1,0
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#ifndef _INCLUDE_MMS_VERSION_H_
|
#ifndef _INCLUDE_MMS_VERSION_H_
|
||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING "-dev"
|
||||||
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,7,1,0
|
#define MMS_FILE_VERSION 1,7,1,0
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#ifndef _INCLUDE_MMS_VERSION_H_
|
#ifndef _INCLUDE_MMS_VERSION_H_
|
||||||
#define _INCLUDE_MMS_VERSION_H_
|
#define _INCLUDE_MMS_VERSION_H_
|
||||||
|
|
||||||
#define MMS_BUILD_STRING ""
|
#define MMS_BUILD_STRING "-dev"
|
||||||
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
|
#define MMS_BUILD_UNIQUEID "648:f1c248baeed8" MMS_BUILD_STRING
|
||||||
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
|
||||||
#define MMS_FILE_VERSION 1,7,1,0
|
#define MMS_FILE_VERSION 1,7,1,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…
x
Reference in New Issue
Block a user