Bump VERSION numbers
Nicholas Clark [Tue, 30 Dec 2003 23:29:59 +0000 (23:29 +0000)]
p4raw-id: //depot/perl@22018

ext/POSIX/POSIX.pm
lib/Benchmark.pm
lib/File/CheckTree.pm
lib/Getopt/Std.pm
lib/PerlIO.pm
lib/Tie/Hash.pm
lib/diagnostics.pm

index 819fe57..b6b8934 100644 (file)
@@ -2,7 +2,7 @@ package POSIX;
 
 our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = ();
 
-our $VERSION = "1.06" ;
+our $VERSION = "1.07";
 
 use AutoLoader;
 
index 6129828..d7e34f8 100644 (file)
@@ -432,7 +432,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
              clearcache clearallcache disablecache enablecache);
 %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
 
-$VERSION = 1.051;
+$VERSION = 1.052;
 
 # --- ':hireswallclock' special handling
 
index b655b82..20ffd68 100644 (file)
@@ -7,7 +7,7 @@ use File::Spec;
 use warnings;
 use strict;
 
-our $VERSION = '4.2';
+our $VERSION = '4.3';
 our @ISA     = qw(Exporter);
 our @EXPORT  = qw(validate);
 
index 00c9020..99f9359 100644 (file)
@@ -71,7 +71,7 @@ and version_mess() with the switches string as an argument.
 
 @ISA = qw(Exporter);
 @EXPORT = qw(getopt getopts);
-$VERSION = '1.04';
+$VERSION = '1.05';
 # uncomment the next line to disable 1.03-backward compatibility paranoia
 # $STANDARD_HELP_VERSION = 1;
 
index e167212..b3693c9 100644 (file)
@@ -1,6 +1,6 @@
 package PerlIO;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 # Map layer name to package that defines it
 our %alias;
index 6f8c34f..98e0d50 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::Hash;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 
index 2b75113..7445aad 100755 (executable)
@@ -168,7 +168,7 @@ use strict;
 use 5.006;
 use Carp;
 
-our $VERSION = 1.11;
+our $VERSION = 1.12;
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;