Removed -dev tag for release.

This commit is contained in:
David Anderson 2009-03-05 02:06:59 -05:00
parent e981c2b43f
commit 01ff2cca0c

View File

@ -57,7 +57,7 @@ if ($^O eq "linux")
Build::Command("flip -u tools/versionchanger.pl"); Build::Command("flip -u tools/versionchanger.pl");
Build::Command("chmod +x 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"');
#Bootstrap extensions that have complex dependencies #Bootstrap extensions that have complex dependencies