mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
13 lines
406 B
Smarty
13 lines
406 B
Smarty
/** This file is autogenerated by build scripts */
|
|
|
|
#ifndef _INCLUDE_MMS_VERSION_H_
|
|
#define _INCLUDE_MMS_VERSION_H_
|
|
|
|
#define MMS_BUILD_STRING "$BUILD_STRING$"
|
|
#define MMS_BUILD_UNIQUEID "$BUILD_ID$" MMS_BUILD_STRING
|
|
#define MMS_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$" MMS_BUILD_STRING
|
|
#define MMS_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,0
|
|
|
|
#endif //_INCLUDE_MMS_VERSION_H_
|
|
|