Bump version to 1.8.3-dev.

Former-commit-id: 3dd030c4e3f53c8baf4f30e22beaba15c852804d
This commit is contained in:
David Anderson 2013-02-14 23:30:38 -08:00
parent afd0acd4a7
commit 7e7209d29a
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";