From 6dc9c923f450a23e03ccbdc44ebaddabc7d7b6a8 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 23 May 2007 20:22:31 +0000 Subject: [PATCH] Compiler uses local build number now --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40856 --- sourcepawn/compiler/svn_version.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcepawn/compiler/svn_version.tpl b/sourcepawn/compiler/svn_version.tpl index ffe8001d..a0947f6d 100644 --- a/sourcepawn/compiler/svn_version.tpl +++ b/sourcepawn/compiler/svn_version.tpl @@ -19,7 +19,7 @@ * @file Contains SourceMod version information. */ -#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$" -#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$ +#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$LOCAL_BUILD$ #endif //_INCLUDE_SOURCEMOD_VERSION_H_