From: Tomas Doran Date: Mon, 15 Feb 2010 22:58:57 +0000 (+0000) Subject: Bump version X-Git-Tag: 0.69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab618b03739fd892a3cd5207f520c6fb37118995;p=catagits%2Ffcgi2.git Bump version --- diff --git a/perl/ChangeLog b/perl/ChangeLog index 6ddc642..e33f7f6 100644 --- a/perl/ChangeLog +++ b/perl/ChangeLog @@ -1,3 +1,6 @@ +Version 0.69 -- 15 Feb 2010 Matt S Trout + o No changes since the previous development release. + Version 0.68_02 -- 13 Jan 2010 Matt S Trout o Make the PRINT method return a boolean value rather than the number of bytes written, previous patch was incorrect. diff --git a/perl/version.pm b/perl/version.pm index 0c69082..a1a1eff 100644 --- a/perl/version.pm +++ b/perl/version.pm @@ -1,3 +1,3 @@ package FCGI; -$VERSION = '0.68_02'; +$VERSION = '0.69';