mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-09 19:38:29 +00:00
--HG-- branch : 1.4.1 extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/1.4.1%40400
14 lines
344 B
C
14 lines
344 B
C
/** This file is autogenerated by build scripts */
|
|
|
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
|
#define _INCLUDE_SVN_VERSION_H_
|
|
|
|
#define SVN_PRODUCT_VERSION "1.4.1"
|
|
|
|
#define SVN_REVISION 400
|
|
#define SVN_REVISION_STRING "400"
|
|
#define SVN_FILE_VERSION 1,4,1,400
|
|
#define SVN_FILE_VERSION_STRING "1.4.1.400"
|
|
|
|
#endif //_INCLUDE_SVN_VERSION_H_
|