Bump versions for dev release pending
Tomas Doran [Tue, 8 Dec 2009 01:46:49 +0000 (01:46 +0000)]
perl/ChangeLog
perl/version.pm

index 318a655..1dca0d8 100644 (file)
@@ -1,13 +1,11 @@
+Version 0.67_01 UNRELEASED
     o Add FILENO method which returns a defined but invalid value to
       placate things such as IPC::Run which call fileno to check if a
       filehandle is open.
       Closes bugs:
       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540
       http://rt.cpan.org/Public/Bug/Display.html?id=50972
-      Removes need for upstream patch in OpenBSD
-
-Version 0.68 --    21 June 2003   <skimo@kotnet.org> Sven Verdoolaege
-
+      Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net>
     o Call the fcgi lib's attach/detach <robs@fastcgi.com>
 
 Version 0.67 --    22 December 2002   <skimo@kotnet.org> Sven Verdoolaege
index 1f2ec8d..7008e59 100644 (file)
@@ -1,3 +1,4 @@
 package FCGI;
 
-$VERSION = '0.67';
+$VERSION = '0.67_01';
+$VERSION = eval $VERSION;