mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-08 19:08:31 +00:00
updated to work with 006
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40310
This commit is contained in:
parent
b3066f5c8d
commit
5bf3768e1f
@ -34,7 +34,7 @@
|
|||||||
* increase vers_release when bug fix releases are made
|
* increase vers_release when bug fix releases are made
|
||||||
* never increase major
|
* never increase major
|
||||||
*/
|
*/
|
||||||
#define SOURCEMM_VERSION "1.3b"
|
#define SOURCEMM_VERSION "1.3d"
|
||||||
#define SOURCEMM_DATE __DATE__
|
#define SOURCEMM_DATE __DATE__
|
||||||
#define SM_MAJOR_VERSION 1 //never need to increase this
|
#define SM_MAJOR_VERSION 1 //never need to increase this
|
||||||
#define SM_VERS_API_MAJOR 1 //increase this on a breaking change
|
#define SM_VERS_API_MAJOR 1 //increase this on a breaking change
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
//We need a good CServerGameDLL version to work properly. We support these inclusively.
|
//We need a good CServerGameDLL version to work properly. We support these inclusively.
|
||||||
#define MIN_GAMEDLL_VERSION 3
|
#define MIN_GAMEDLL_VERSION 3
|
||||||
#define MAX_GAMEDLL_VERSION 5
|
#define MAX_GAMEDLL_VERSION 7
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Entry point for HL2 Engine
|
* @brief Entry point for HL2 Engine
|
||||||
|
|||||||
@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,3,0,2
|
FILEVERSION 1,3,0,4
|
||||||
PRODUCTVERSION 1,3,0,2
|
PRODUCTVERSION 1,3,0,4
|
||||||
FILEFLAGSMASK 0x17L
|
FILEFLAGSMASK 0x17L
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -45,12 +45,12 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Comments", "Metamod: Source"
|
VALUE "Comments", "Metamod: Source"
|
||||||
VALUE "FileDescription", "Metamod: Source"
|
VALUE "FileDescription", "Metamod: Source"
|
||||||
VALUE "FileVersion", "1.3b"
|
VALUE "FileVersion", "1.3d"
|
||||||
VALUE "InternalName", "sourcemm"
|
VALUE "InternalName", "sourcemm"
|
||||||
VALUE "LegalCopyright", "Copyright (c) 2004-2006, Metamod: Source Development Team"
|
VALUE "LegalCopyright", "Copyright (c) 2004-2006, Metamod: Source Development Team"
|
||||||
VALUE "OriginalFilename", "server.dll"
|
VALUE "OriginalFilename", "server.dll"
|
||||||
VALUE "ProductName", "Metamod: Source"
|
VALUE "ProductName", "Metamod: Source"
|
||||||
VALUE "ProductVersion", "1.3b"
|
VALUE "ProductVersion", "1.3d"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user