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_