From 6b4b5eb0b11a566ed46a56e13a6bc8f484dab778 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Tue, 4 Sep 2012 12:56:31 +0100 Subject: [PATCH] Bumping version. --- 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 5c6ad855..862ca711 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 6 /**< SourceMod Release version */ +#define SOURCEMOD_V_RELEASE 7 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.4.6" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.4.7-dev" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index c514bd85..4902420f 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.4.6 +1.4.7-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