From 1b8bb4e049e75b55c82134e89f2e691f8a4018ba Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 28 Dec 2008 20:33:21 -0500 Subject: [PATCH] Removed -dev tag for release build. --- tools/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index fc15c906..0aaacf58 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -57,4 +57,4 @@ if ($^O eq "linux") Build::Command("flip -u tools/versionchanger.pl"); Build::Command("chmod +x tools/versionchanger.pl"); } -Build::Command(Build::PathFormat('tools/versionchanger.pl') . ' --buildstring="-dev"'); +#Build::Command(Build::PathFormat('tools/versionchanger.pl') . ' --buildstring="-dev"');