1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-26 15:52:19 +01:00

13 lines
350 B
C
Raw Normal View History

2008-11-24 02:33:25 -06:00
/** This file is autogenerated by build scripts */
#ifndef _INCLUDE_MMS_VERSION_H_
#define _INCLUDE_MMS_VERSION_H_
2008-11-24 02:33:25 -06:00
2008-11-26 01:49:17 -06:00
#define MMS_BUILD_STRING ""
2009-02-25 20:26:19 -05:00
#define MMS_BUILD_UNIQUEID "644:f526469efdeb" MMS_BUILD_STRING
#define MMS_FULL_VERSION "1.7.1" MMS_BUILD_STRING
#define MMS_FILE_VERSION 1,7,1,0
2008-11-24 02:33:25 -06:00
#endif //_INCLUDE_MMS_VERSION_H_
2008-11-24 02:33:25 -06:00