From 18d5b62996c05dc3c746caf82d12c0bf2e90099f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 25 Feb 2009 20:16:45 -0500 Subject: [PATCH] Removed -dev tag for release builds. --- support/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index 0bf7eff..2f0047d 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -20,5 +20,5 @@ if ($^O eq "linux") 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"');