Author: bob Date: 2012-08-26 11:46:25 +0100 (Sun, 26 Aug 2012) New Revision: 1439
Modified: branches/rel_0_70/lib/OpenGuides.pm branches/rel_0_70/lib/OpenGuides/Utils.pm branches/rel_0_70/wiki.cgi Log: bump verions for release
Modified: branches/rel_0_70/lib/OpenGuides/Utils.pm =================================================================== --- branches/rel_0_70/lib/OpenGuides/Utils.pm 2012-08-26 10:45:03 UTC (rev 1438) +++ branches/rel_0_70/lib/OpenGuides/Utils.pm 2012-08-26 10:46:25 UTC (rev 1439) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.14'; +$VERSION = '0.15';
use Carp qw( croak ); use Wiki::Toolkit;
Modified: branches/rel_0_70/lib/OpenGuides.pm =================================================================== --- branches/rel_0_70/lib/OpenGuides.pm 2012-08-26 10:45:03 UTC (rev 1438) +++ branches/rel_0_70/lib/OpenGuides.pm 2012-08-26 10:46:25 UTC (rev 1439) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.69'; +$VERSION = '0.70';
=head1 NAME
Modified: branches/rel_0_70/wiki.cgi =================================================================== --- branches/rel_0_70/wiki.cgi 2012-08-26 10:45:03 UTC (rev 1438) +++ branches/rel_0_70/wiki.cgi 2012-08-26 10:46:25 UTC (rev 1439) @@ -4,7 +4,7 @@ use warnings; use sigtrap die => 'normal-signals'; use vars qw( $VERSION ); -$VERSION = '0.69'; +$VERSION = '0.70';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org