From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 05:23:58 +0000 (+0000) Subject: One more VERSION bump. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b21337cc1584713235c7c6bdcfc6deff1c6d5ce1;p=p5sagit%2Fp5-mst-13.2.git One more VERSION bump. p4raw-id: //depot/perl@20692 --- diff --git a/lib/SelfLoader.pm b/lib/SelfLoader.pm index 3b810dd..40c92db 100644 --- a/lib/SelfLoader.pm +++ b/lib/SelfLoader.pm @@ -3,7 +3,7 @@ package SelfLoader; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(AUTOLOAD); -$VERSION = "1.0903"; +$VERSION = "1.0904"; sub Version {$VERSION} $DEBUG = 0;