From 0d6c6bdb58ccb53e60e618e96da51d86617722da Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 26 Feb 2009 16:48:31 -0500 Subject: [PATCH] Updated changelog and removed -dev tag --- changelog.txt | 12 +++++++++++- tools/buildbot/bootstrap.pl | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2c5911b3..59932958 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index fc15c906..0aaacf58 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -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"');