Bump version for release.

Former-commit-id: 4e0f69d8421b4d0a421f5960ce8ff77497acfa63
This commit is contained in:
David Anderson 2013-02-14 00:51:48 -08:00
parent 146d77f819
commit 3db718799f
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
1.8.2-dev
1.8.2

View File

@ -20,7 +20,8 @@ if ($^O eq "linux" || $^O eq "darwin")
Build::Command("flip -u support/versionchanger.pl");
Build::Command("chmod +x support/versionchanger.pl");
}
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
#Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
Build::Command(Build::PathFormat('support/versionchanger.pl'));
my $DEVENV = "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe";