[Half-Life AMXX] / include / svn_version.tpl Repository:
ViewVC logotype

View of /include/svn_version.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (download) (annotate)
Mon Oct 11 23:53:51 2010 UTC (13 years, 6 months ago) by ian
File size: 428 byte(s)
Imported AMXX 1.8.1
/* AMX Mod X constants
*
* by the AMX Mod X Development Team
*  originally developed by OLO
*
* This file is provided as is (no warranties).
*/

#if defined _svnversion_included
  #endinput
#endif
#define _svnversion_included

#define AMXX_VERSION		$PMAJOR$.$PMINOR$$PREVISION$
#define AMXX_VERSION_NUM	$PMAJOR$$PMINOR$$PREVISION$
stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$";

Contact
ViewVC Help
Powered by ViewVC 1.0.4