Bumped for release.

This commit is contained in:
David Anderson 2010-05-02 14:16:34 -07:00
parent 8800d5311c
commit 5abec70579
3 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -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) */

View File

@ -1 +1 @@
dev
rel