1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-02 14:24:16 +01:00
HLMetaModOfficial/sourcemm/svn_version.h
David Anderson 012a2c600c initial import of new version code for nightly builds
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40340
2007-02-22 03:06:41 +00:00

15 lines
332 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.0"
#define SVN_REVISION 340
#define SVN_REVISION_STRING "340"
#define SVN_FILE_VERSION 1,4,0,340
#define SVN_FILE_VERSION_STRING "1.4.0.340"
#endif //_INCLUDE_SVN_VERSION_H_