Bump version numbers
Nicholas Clark [Thu, 5 May 2005 14:54:20 +0000 (14:54 +0000)]
p4raw-id: //depot/perl@24398

ext/Devel/DProf/DProf.pm
ext/IO/lib/IO/File.pm
ext/IO/lib/IO/Socket/INET.pm
ext/XS/APItest/APItest.pm

index 289ca80..6b16693 100644 (file)
@@ -205,7 +205,7 @@ sub DB {
 
 use XSLoader ();
 
-$Devel::DProf::VERSION = '20030813.00';  # this version not authorized by
+$Devel::DProf::VERSION = '20050310.00';  # this version not authorized by
                                         # Dean Roehrich. See "Changes" file.
 
 XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
index 8c778f7..2f0ceff 100644 (file)
@@ -137,7 +137,7 @@ require Exporter;
 
 @ISA = qw(IO::Handle IO::Seekable Exporter);
 
-$VERSION = "1.10";
+$VERSION = "1.11";
 
 @EXPORT = @IO::Seekable::EXPORT;
 
index 6e4c32c..01e2423 100644 (file)
@@ -15,7 +15,7 @@ use Exporter;
 use Errno;
 
 @ISA = qw(IO::Socket);
-$VERSION = "1.27";
+$VERSION = "1.28";
 
 my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
 
index 7d42a66..8c8491e 100644 (file)
@@ -33,7 +33,7 @@ sub G_KEEPERR()       {  16 }
 sub G_NODEBUG()        {  32 }
 sub G_METHOD() {  64 }
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 bootstrap XS::APItest $VERSION;