Author: bob Date: 2012-05-21 21:37:04 +0100 (Mon, 21 May 2012) New Revision: 1407
Modified: branches/rel_0_68/lib/OpenGuides.pm branches/rel_0_68/wiki.cgi Log: bump version for release
Modified: branches/rel_0_68/lib/OpenGuides.pm =================================================================== --- branches/rel_0_68/lib/OpenGuides.pm 2012-05-21 20:27:31 UTC (rev 1406) +++ branches/rel_0_68/lib/OpenGuides.pm 2012-05-21 20:37:04 UTC (rev 1407) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.67'; +$VERSION = '0.68';
=head1 NAME
Modified: branches/rel_0_68/wiki.cgi =================================================================== --- branches/rel_0_68/wiki.cgi 2012-05-21 20:27:31 UTC (rev 1406) +++ branches/rel_0_68/wiki.cgi 2012-05-21 20:37:04 UTC (rev 1407) @@ -4,7 +4,7 @@ use warnings; use sigtrap die => 'normal-signals'; use vars qw( $VERSION ); -$VERSION = '0.67'; +$VERSION = '0.68';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org