Updated changelog and removed -dev tag

This commit is contained in:
Matt Woodrow 2009-02-26 16:48:31 -05:00
parent e234b1537c
commit 0d6c6bdb58
2 changed files with 12 additions and 2 deletions

View File

@ -2,9 +2,19 @@ SourceMod Changelog
----------------------------
SourceMod 1.1.2 [2009-02-26]
URL: http://wiki.alliedmods.net/SourceMod_1.1.2_Release_Notes
Changes:
- Fixed critical hits being permanently disabled (bug 2674)
----------------------------
SourceMod 1.1.1 [2009-02-25]
URL: http://wiki.alliedmods.net/SourceMod_1.1.1_Release Notes
URL: http://wiki.alliedmods.net/SourceMod_1.1.1_Release_Notes
Changes:

View File

@ -57,4 +57,4 @@ if ($^O eq "linux")
Build::Command("flip -u tools/versionchanger.pl");
Build::Command("chmod +x tools/versionchanger.pl");
}
Build::Command(Build::PathFormat('tools/versionchanger.pl') . ' --buildstring="-dev"');
#Build::Command(Build::PathFormat('tools/versionchanger.pl') . ' --buildstring="-dev"');