mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-01 13:24:25 +01:00
fe68f19d79
--HG-- rename : core-legacy/svn_version.h => core-legacy/version.h rename : core-legacy/svn_version.tpl => core-legacy/version.tpl
13 lines
354 B
C
13 lines
354 B
C
/** This file is autogenerated by build scripts */
|
|
|
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
|
#define _INCLUDE_SVN_VERSION_H_
|
|
|
|
#define MMS_BUILD_STRING "-dev"
|
|
#define MMS_BUILD_UNIQUEID "556:b37a142ba881" MMS_BUILD_STRING
|
|
#define SVN_FULL_VERSION "1.7.0" MMS_BUILD_STRING
|
|
#define SVN_FILE_VERSION 1,7,0,0
|
|
|
|
#endif //_INCLUDE_SVN_VERSION_H_
|
|
|