From 6a2b710f1bb3d2a9f4cff465908fb9a456cc7c0c Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 9 Oct 2007 12:01:22 +0000 Subject: [PATCH] Increment IPC::SysV version number. p4raw-id: //depot/perl@32078 --- ext/IPC/SysV/SysV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm index 937acd6..c3ebcc2 100644 --- a/ext/IPC/SysV/SysV.pm +++ b/ext/IPC/SysV/SysV.pm @@ -14,7 +14,7 @@ use Config; require Exporter; @ISA = qw(Exporter); -$VERSION = "1.04"; +$VERSION = "1.05"; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; -- 2.7.4