From: Tomas Doran Date: Tue, 8 Dec 2009 01:46:49 +0000 (+0000) Subject: Bump versions for dev release pending X-Git-Tag: 0.67_01~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b123beeec36dd9eea9e3da208fbdc42e15ede2d4;p=catagits%2Ffcgi2.git Bump versions for dev release pending --- diff --git a/perl/ChangeLog b/perl/ChangeLog index 318a655..1dca0d8 100644 --- a/perl/ChangeLog +++ b/perl/ChangeLog @@ -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 Sven Verdoolaege - + Removes need for upstream patch in OpenBSD o Call the fcgi lib's attach/detach Version 0.67 -- 22 December 2002 Sven Verdoolaege diff --git a/perl/version.pm b/perl/version.pm index 1f2ec8d..7008e59 100644 --- a/perl/version.pm +++ b/perl/version.pm @@ -1,3 +1,4 @@ package FCGI; -$VERSION = '0.67'; +$VERSION = '0.67_01'; +$VERSION = eval $VERSION;