Increment IPC::SysV version number.
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Tue, 9 Oct 2007 12:01:22 +0000 (12:01 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Tue, 9 Oct 2007 12:01:22 +0000 (12:01 +0000)
p4raw-id: //depot/perl@32078

ext/IPC/SysV/SysV.pm

index 937acd6..c3ebcc2 100644 (file)
@@ -14,7 +14,7 @@ use Config;
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = "1.04";
+$VERSION = "1.05";
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;