Was stomping on version variable

This commit is contained in:
mcafee%netscape.com 2000-03-22 00:43:43 +00:00
Родитель b030d84371
Коммит db3eac114d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,12 +7,13 @@ require 5.005;
require "build-seamonkey-util.pl";
use strict;
$::Version = '$Revision: 1.92 $ ';
# "use strict" complains if we do not define these.
# They are not initialized here. The default values are after "__END__".
$TreeSpecific::checkout_command = $::Version = undef;
$::Version = '$Revision: 1.93 $ ';
{
TinderUtils::Setup();
tree_specific_overides();