From be4ac7ca617970d402c7601099692a5766edc482 Mon Sep 17 00:00:00 2001 From: GoD-Tony Date: Sun, 17 Feb 2013 22:13:51 -0500 Subject: [PATCH] Rolled version to 1.6.0 for manual builds (r=psychonic). --- 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 cb8045bfb..4f81926f0 100644 --- a/public/sourcemod_version.h +++ b/public/sourcemod_version.h @@ -45,13 +45,13 @@ #define SM_BUILD_REV "0" #define SM_BUILD_CSET "0" #define SM_BUILD_MAJOR "1" -#define SM_BUILD_MINOR "5" +#define SM_BUILD_MINOR "6" #define SM_BUILD_RELEASE "0" #define SM_BUILD_UNIQUEID SM_BUILD_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,5,0,0 +#define SM_VERSION_FILE 1,6,0,0 #endif #define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__