From b30297ea037c02523d772f14981ff0748893e8f0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 26 Nov 2008 01:51:43 -0600 Subject: [PATCH] Removed -dev for final 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"');