diff --git a/changelog.txt b/changelog.txt index 738e01f0..b061522f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,20 @@ SourceMod Changelog ---------------------------- +SourceMod 1.3.6 [2010-10-31] + +URL: http://wiki.alliedmods.net/SourceMod_1.3.6_Release_Notes + +User Changes: + + - Updated support for latest Left 4 Dead 1 (bug 4682). + +Developer Changes: + + - Updated TF2 custom kill defines (bug 4681). + +---------------------------- + SourceMod 1.3.5 [2010-10-17] URL: http://wiki.alliedmods.net/SourceMod_1.3.5_Release_Notes diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 45d8aa4e..e77fb95b 100644 --- a/plugins/include/version.inc +++ b/plugins/include/version.inc @@ -39,4 +39,4 @@ #define SOURCEMOD_V_MINOR 3 /**< SourceMod Minor version */ #define SOURCEMOD_V_RELEASE 6 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.3.6-dev" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.3.6" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index c43e6203..95b25aee 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.3.6-dev +1.3.6 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