diff --git a/changelog.txt b/changelog.txt index 44ed87ca..c213af38 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,23 @@ SourceMod Changelog ---------------------------- +SourceMod 1.3.2 [2010-05-02] + +URL: http://wiki.alliedmods.net/SourceMod_1.3.2_Release_Notes + +User Changes: + + - Support for recent TF, DoD, and L4D2 updates (bug 4356, bug 4361, bug 4371, bug 4374, bug 4375). + - Fixed rare crash when replicating cvars to clients (bug 4315). + - Lots of extra game support for Insurgency, ZPS, CSProMod, PVKII, and FortressForever (thanks + Nicholas "psychonic" hastings). + +Developer Changes: + + - Added TF functions for stunning, conditions, regeneration, and power play (bug 4166, bug 4331). + +---------------------------- + SourceMod 1.3.1 [2010-02-09] URL: http://wiki.alliedmods.net/SourceMod_1.3.1_Release_Notes diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 87483326..4264f60b 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 2 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.3.2-dev" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.3.2" /**< SourceMod version string (major.minor.release.build) */ 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