From fa4e61b877a29e23bc9707f32db0030c95cdfa8e Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 7 Dec 2011 22:47:31 -0500 Subject: [PATCH] Bump to 1.4.2-dev. --- plugins/include/version.inc | 4 ++-- product.version | 2 +- tools/buildbot/build_type | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 7b934b52..1fb418f3 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 4 /**< SourceMod Minor version */ -#define SOURCEMOD_V_RELEASE 1 /**< SourceMod Release version */ +#define SOURCEMOD_V_RELEASE 2 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.4.1" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.4.2-dev" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index 347f5833..f9f73cc5 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.4.1 +1.4.2-dev diff --git a/tools/buildbot/build_type b/tools/buildbot/build_type index 17640be7..38f8e886 100644 --- a/tools/buildbot/build_type +++ b/tools/buildbot/build_type @@ -1 +1 @@ -rel +dev