mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +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
406 B
Smarty
13 lines
406 B
Smarty
/** This file is autogenerated by build scripts */
|
|
|
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
|
#define _INCLUDE_SVN_VERSION_H_
|
|
|
|
#define MMS_BUILD_STRING "$BUILD_STRING$"
|
|
#define MMS_BUILD_UNIQUEID "$BUILD_ID$" MMS_BUILD_STRING
|
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$" MMS_BUILD_STRING
|
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,0
|
|
|
|
#endif //_INCLUDE_SVN_VERSION_H_
|
|
|