diff --git a/product.version b/product.version index ba562ef7..53adb84c 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.8.2-dev +1.8.2 diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index e464c34b..a55980c1 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -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";