Author: dom Date: 2008-06-08 00:23:32 +0100 (Sun, 08 Jun 2008) New Revision: 1163
Modified: trunk/lib/OpenGuides.pm trunk/lib/OpenGuides/Build.pm trunk/lib/OpenGuides/Config.pm trunk/lib/OpenGuides/RDF.pm trunk/lib/OpenGuides/Search.pm trunk/lib/OpenGuides/Test.pm trunk/lib/OpenGuides/Utils.pm trunk/wiki.cgi Log: update version numbers and copyright years
Modified: trunk/lib/OpenGuides/Build.pm =================================================================== --- trunk/lib/OpenGuides/Build.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/Build.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -3,7 +3,7 @@ use strict;
use vars qw( $VERSION ); -$VERSION = '0.01'; +$VERSION = '0.02';
use Module::Build; use OpenGuides::Config;
Modified: trunk/lib/OpenGuides/Config.pm =================================================================== --- trunk/lib/OpenGuides/Config.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/Config.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -3,7 +3,7 @@ use warnings;
use vars qw( $VERSION ); -$VERSION = '0.02'; +$VERSION = '0.03';
use Carp qw( croak ); use Config::Tiny; @@ -342,7 +342,7 @@
=head1 COPYRIGHT
- Copyright (C) 2004-2007 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2004-2008 The OpenGuides Project. All Rights Reserved.
The OpenGuides distribution 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 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/RDF.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -5,7 +5,7 @@ use OpenGuides::Utils;
use vars qw( $VERSION ); -$VERSION = '0.10'; +$VERSION = '0.11';
use Time::Piece; use URI::Escape; @@ -283,7 +283,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/Search.pm =================================================================== --- trunk/lib/OpenGuides/Search.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/Search.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -1,6 +1,6 @@ package OpenGuides::Search; use strict; -our $VERSION = '0.11'; +our $VERSION = '0.12';
use CGI qw( :standard ); use Wiki::Toolkit::Plugin::Locator::Grid; @@ -831,7 +831,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved.
The OpenGuides distribution is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Modified: trunk/lib/OpenGuides/Test.pm =================================================================== --- trunk/lib/OpenGuides/Test.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/Test.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -4,7 +4,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.03'; +$VERSION = '0.04';
use CGI;
@@ -210,7 +210,7 @@
=head1 COPYRIGHT
- Copyright (C) 2004-2007 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2004-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/Utils.pm =================================================================== --- trunk/lib/OpenGuides/Utils.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides/Utils.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.10'; +$VERSION = '0.11';
use Carp qw( croak ); use Wiki::Toolkit; @@ -499,7 +499,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.pm =================================================================== --- trunk/lib/OpenGuides.pm 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/lib/OpenGuides.pm 2008-06-07 23:23:32 UTC (rev 1163) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.61'; +$VERSION = '0.62';
=head1 NAME
@@ -2243,7 +2243,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved.
The OpenGuides distribution is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Modified: trunk/wiki.cgi =================================================================== --- trunk/wiki.cgi 2008-05-26 14:14:15 UTC (rev 1162) +++ trunk/wiki.cgi 2008-06-07 23:23:32 UTC (rev 1163) @@ -5,7 +5,7 @@ use sigtrap die => 'normal-signals';
use vars qw( $VERSION ); -$VERSION = '0.61'; +$VERSION = '0.62';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org