diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 37d0cbc47..0c61c5ad2 100644 --- a/plugins/include/version.inc +++ b/plugins/include/version.inc @@ -37,6 +37,6 @@ #define SOURCEMOD_V_MAJOR 1 /**< SourceMod Major version */ #define SOURCEMOD_V_MINOR 2 /**< SourceMod Minor version */ -#define SOURCEMOD_V_RELEASE 4 /**< SourceMod Release version */ +#define SOURCEMOD_V_RELEASE 5 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.2.4" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.2.5-dev" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index e8ea05db8..4dfdebdad 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.2.4 +1.2.5-dev diff --git a/public/sourcemod_version.h b/public/sourcemod_version.h index ffae952c7..16101e279 100644 --- a/public/sourcemod_version.h +++ b/public/sourcemod_version.h @@ -41,10 +41,10 @@ #if defined SM_GENERATED_BUILD #include #else -#define SM_BUILD_STRING "" -#define SM_BUILD_UNIQUEID "2802:8b2f1909e394" SM_BUILD_STRING -#define SM_FULL_VERSION "1.2.4" SM_BUILD_STRING -#define SM_FILE_VERSION 1,2,4,0 +#define SM_BUILD_STRING "-pdev" +#define SM_BUILD_UNIQUEID "2803+" SM_BUILD_STRING +#define SM_FULL_VERSION "1.2.5" SM_BUILD_STRING +#define SM_FILE_VERSION 1,2,5,0 #endif #define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__ diff --git a/tools/buildbot/build_type b/tools/buildbot/build_type index 17640be70..38f8e886e 100644 --- a/tools/buildbot/build_type +++ b/tools/buildbot/build_type @@ -1 +1 @@ -rel +dev