diff --git a/product.version b/product.version index ba562ef775..53adb84c82 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 e464c34bb0..a55980c142 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -20,7 +20,8 @@ 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";