Bump version to 1.8.3-dev.

This commit is contained in:
David Anderson 2013-02-14 23:30:38 -08:00
parent 58d6835c17
commit 3dd030c4e3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.8.2
1.8.3-dev

View File

@ -20,8 +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'));
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";