From 76b51aed07e4835932a54ec79cd2091448a1cbd9 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sat, 5 Jul 2008 09:23:55 +0000 Subject: [PATCH] Fixed trunk versioning properly this time. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402356 --- core/sm_version.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sm_version.tpl b/core/sm_version.tpl index 98c5504b..c9d0c6a3 100644 --- a/core/sm_version.tpl +++ b/core/sm_version.tpl @@ -40,7 +40,7 @@ * @file Contains SourceMod version information. */ -#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION.$GLOBAL_BUILD$" +#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$" #define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$ #endif //_INCLUDE_SOURCEMOD_VERSION_H_