Author: dom Date: 2009-02-23 13:14:20 +0000 (Mon, 23 Feb 2009) New Revision: 1256
Modified: trunk/lib/OpenGuides.pm trunk/lib/OpenGuides/CGI.pm trunk/lib/OpenGuides/Config.pm trunk/lib/OpenGuides/JSON.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 and copyright years for release
Modified: trunk/lib/OpenGuides/CGI.pm =================================================================== --- trunk/lib/OpenGuides/CGI.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/CGI.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -1,7 +1,7 @@ package OpenGuides::CGI; use strict; use vars qw( $VERSION ); -$VERSION = '0.08'; +$VERSION = '0.09';
use Carp qw( croak ); use CGI::Cookie; @@ -307,7 +307,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Modified: trunk/lib/OpenGuides/Config.pm =================================================================== --- trunk/lib/OpenGuides/Config.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/Config.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -3,7 +3,7 @@ use warnings;
use vars qw( $VERSION ); -$VERSION = '0.04'; +$VERSION = '0.05';
use Carp qw( croak ); use Config::Tiny;
Modified: trunk/lib/OpenGuides/JSON.pm =================================================================== --- trunk/lib/OpenGuides/JSON.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/JSON.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -284,7 +284,7 @@
=head1 COPYRIGHT
-Copyright (C) 2003-2005 The OpenGuides Project. All Rights Reserved. +Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/RDF.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -5,7 +5,7 @@ use OpenGuides::Utils;
use vars qw( $VERSION ); -$VERSION = '0.12'; +$VERSION = '0.13';
use Time::Piece; use URI::Escape;
Modified: trunk/lib/OpenGuides/Template.pm =================================================================== --- trunk/lib/OpenGuides/Template.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/Template.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.13'; +$VERSION = '0.14';
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 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/Test.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -4,7 +4,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.04'; +$VERSION = '0.05';
use CGI;
Modified: trunk/lib/OpenGuides/Utils.pm =================================================================== --- trunk/lib/OpenGuides/Utils.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides/Utils.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.11'; +$VERSION = '0.12';
use Carp qw( croak ); use Wiki::Toolkit;
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/lib/OpenGuides.pm 2009-02-23 13:14:20 UTC (rev 1256) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.63'; +$VERSION = '0.64';
=head1 NAME
Modified: trunk/wiki.cgi =================================================================== --- trunk/wiki.cgi 2009-02-21 18:19:00 UTC (rev 1255) +++ trunk/wiki.cgi 2009-02-23 13:14:20 UTC (rev 1256) @@ -5,7 +5,7 @@ use sigtrap die => 'normal-signals';
use vars qw( $VERSION ); -$VERSION = '0.63'; +$VERSION = '0.64';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org