Author: bob
Date: 2013-03-16 11:55:46 +0000 (Sat, 16 Mar 2013)
New Revision: 1459
Modified:
branches/rel_0_71/lib/OpenGuides.pm
branches/rel_0_71/wiki.cgi
Log:
Bump version number for release
Modified: branches/rel_0_71/lib/OpenGuides.pm
===================================================================
--- branches/rel_0_71/lib/OpenGuides.pm 2013-03-16 11:52:44 UTC (rev 1458)
+++ branches/rel_0_71/lib/OpenGuides.pm 2013-03-16 11:55:46 UTC (rev 1459)
@@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.70';
+$VERSION = '0.71';
=head1 NAME
Modified: branches/rel_0_71/wiki.cgi
===================================================================
--- branches/rel_0_71/wiki.cgi 2013-03-16 11:52:44 UTC (rev 1458)
+++ branches/rel_0_71/wiki.cgi 2013-03-16 11:55:46 UTC (rev 1459)
@@ -4,7 +4,7 @@
use warnings;
use sigtrap die => 'normal-signals';
use vars qw( $VERSION );
-$VERSION = '0.70';
+$VERSION = '0.71';
use CGI qw/:standard/;
use CGI::Carp qw(croak);