Author: dom
Date: 2007-07-03 20:24:08 +0100 (Tue, 03 Jul 2007)
New Revision: 1105
Modified:
trunk/lib/OpenGuides.pm
trunk/lib/OpenGuides/CGI.pm
trunk/lib/OpenGuides/RDF.pm
trunk/lib/OpenGuides/Template.pm
trunk/lib/OpenGuides/Test.pm
trunk/lib/OpenGuides/Utils.pm
trunk/wiki.cgi
Log:
Bump version numbers for release
Modified: trunk/lib/OpenGuides/CGI.pm
===================================================================
--- trunk/lib/OpenGuides/CGI.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides/CGI.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -1,7 +1,7 @@
package OpenGuides::CGI;
use strict;
use vars qw( $VERSION );
-$VERSION = '0.07';
+$VERSION = '0.08';
use Carp qw( croak );
use CGI::Cookie;
Modified: trunk/lib/OpenGuides/RDF.pm
===================================================================
--- trunk/lib/OpenGuides/RDF.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides/RDF.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -5,7 +5,7 @@
use OpenGuides::Utils;
use vars qw( $VERSION );
-$VERSION = '0.09';
+$VERSION = '0.10';
use Time::Piece;
use URI::Escape;
Modified: trunk/lib/OpenGuides/Template.pm
===================================================================
--- trunk/lib/OpenGuides/Template.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides/Template.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -2,7 +2,7 @@
use strict;
use vars qw( $VERSION );
-$VERSION = '0.12';
+$VERSION = '0.13';
use Carp qw( croak );
use CGI; # want to get rid of this and put the burden on the templates
Modified: trunk/lib/OpenGuides/Test.pm
===================================================================
--- trunk/lib/OpenGuides/Test.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides/Test.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -4,7 +4,7 @@
use strict;
use vars qw( $VERSION );
-$VERSION = '0.02';
+$VERSION = '0.03';
use CGI;
Modified: trunk/lib/OpenGuides/Utils.pm
===================================================================
--- trunk/lib/OpenGuides/Utils.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides/Utils.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -2,7 +2,7 @@
use strict;
use vars qw( $VERSION );
-$VERSION = '0.09';
+$VERSION = '0.10';
use Carp qw( croak );
use Wiki::Toolkit;
Modified: trunk/lib/OpenGuides.pm
===================================================================
--- trunk/lib/OpenGuides.pm 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/lib/OpenGuides.pm 2007-07-03 19:24:08 UTC (rev 1105)
@@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.60';
+$VERSION = '0.61';
=head1 NAME
Modified: trunk/wiki.cgi
===================================================================
--- trunk/wiki.cgi 2007-07-03 18:22:29 UTC (rev 1104)
+++ trunk/wiki.cgi 2007-07-03 19:24:08 UTC (rev 1105)
@@ -4,7 +4,7 @@
use warnings;
use vars qw( $VERSION );
-$VERSION = '0.60';
+$VERSION = '0.61';
use CGI qw/:standard/;
use CGI::Carp qw(croak);