From 3dd030c4e3f53c8baf4f30e22beaba15c852804d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 14 Feb 2013 23:30:38 -0800 Subject: [PATCH] Bump version to 1.8.3-dev. --- product.version | 2 +- support/buildbot/bootstrap.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product.version b/product.version index 53adb84c..2e20c4ca 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.8.2 +1.8.3-dev diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index a55980c1..8dd8fee5 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -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";