From 679b2863fa10129187d251f6bfcd8b28170b92cd Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Thu, 18 Dec 2014 18:18:55 -0600 Subject: [PATCH] Update manual builds to use version 1.8.0 --- public/sourcemod_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sourcemod_version.h b/public/sourcemod_version.h index caa88ea3..bb30ee2d 100644 --- a/public/sourcemod_version.h +++ b/public/sourcemod_version.h @@ -52,13 +52,13 @@ #define SM_BUILD_LOCAL_REV "0" #define SM_BUILD_CSET "0" #define SM_BUILD_MAJOR "1" -#define SM_BUILD_MINOR "7" +#define SM_BUILD_MINOR "8" #define SM_BUILD_RELEASE "0" #define SM_BUILD_UNIQUEID SM_BUILD_LOCAL_REV ":" SM_BUILD_CSET #define SM_VERSION_STRING SM_BUILD_MAJOR "." SM_BUILD_MINOR "." SM_BUILD_RELEASE "-" SM_BUILD_TAG -#define SM_VERSION_FILE 1,7,0,0 +#define SM_VERSION_FILE 1,8,0,0 #endif #define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__