diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 1fb418f3..b9e474bb 100644 --- a/plugins/include/version.inc +++ b/plugins/include/version.inc @@ -39,4 +39,4 @@ #define SOURCEMOD_V_MINOR 4 /**< SourceMod Minor version */ #define SOURCEMOD_V_RELEASE 2 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.4.2-dev" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.4.2" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index f9f73cc5..9df886c4 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.4.2-dev +1.4.2 diff --git a/tools/buildbot/build_type b/tools/buildbot/build_type index 38f8e886..17640be7 100644 --- a/tools/buildbot/build_type +++ b/tools/buildbot/build_type @@ -1 +1 @@ -dev +rel