From db3eac114ddc2d01616a98f5ab46ec334ae9072d Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 22 Mar 2000 00:43:43 +0000 Subject: [PATCH] Was stomping on version variable --- tools/tinderbox/build-seamonkey.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tinderbox/build-seamonkey.pl b/tools/tinderbox/build-seamonkey.pl index 522a891cdd1e..cdd5605156e2 100755 --- a/tools/tinderbox/build-seamonkey.pl +++ b/tools/tinderbox/build-seamonkey.pl @@ -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();