mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
13 lines
354 B
C
13 lines
354 B
C
/** This file is autogenerated by build scripts */
|
|
|
|
#ifndef _INCLUDE_MMS_VERSION_H_
|
|
#define _INCLUDE_MMS_VERSION_H_
|
|
|
|
#define MMS_BUILD_STRING "-dev"
|
|
#define MMS_BUILD_UNIQUEID "598:54ab41264c82" MMS_BUILD_STRING
|
|
#define MMS_FULL_VERSION "1.7.0" MMS_BUILD_STRING
|
|
#define MMS_FILE_VERSION 1,7,0,0
|
|
|
|
#endif //_INCLUDE_MMS_VERSION_H_
|
|
|