Author: bob Date: 2012-04-02 23:52:08 +0100 (Mon, 02 Apr 2012) New Revision: 1320
Modified: branches/rel_0_66/lib/OpenGuides.pm branches/rel_0_66/lib/OpenGuides/CGI.pm branches/rel_0_66/lib/OpenGuides/Search.pm branches/rel_0_66/lib/OpenGuides/Template.pm branches/rel_0_66/wiki.cgi Log: version bumps and copyright changes for a new release.
Modified: branches/rel_0_66/lib/OpenGuides/CGI.pm =================================================================== --- branches/rel_0_66/lib/OpenGuides/CGI.pm 2012-04-02 22:28:32 UTC (rev 1319) +++ branches/rel_0_66/lib/OpenGuides/CGI.pm 2012-04-02 22:52:08 UTC (rev 1320) @@ -1,7 +1,7 @@ package OpenGuides::CGI; use strict; use vars qw( $VERSION ); -$VERSION = '0.09'; +$VERSION = '0.10';
use Carp qw( croak ); use CGI::Cookie; @@ -443,7 +443,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2012 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: branches/rel_0_66/lib/OpenGuides/Search.pm =================================================================== --- branches/rel_0_66/lib/OpenGuides/Search.pm 2012-04-02 22:28:32 UTC (rev 1319) +++ branches/rel_0_66/lib/OpenGuides/Search.pm 2012-04-02 22:52:08 UTC (rev 1320) @@ -1,6 +1,6 @@ package OpenGuides::Search; use strict; -our $VERSION = '0.13'; +our $VERSION = '0.14';
use CGI qw( :standard ); use Wiki::Toolkit::Plugin::Locator::Grid; @@ -827,7 +827,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2012 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: branches/rel_0_66/lib/OpenGuides/Template.pm =================================================================== --- branches/rel_0_66/lib/OpenGuides/Template.pm 2012-04-02 22:28:32 UTC (rev 1319) +++ branches/rel_0_66/lib/OpenGuides/Template.pm 2012-04-02 22:52:08 UTC (rev 1320) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.15'; +$VERSION = '0.16';
use Carp qw( croak ); use CGI; # want to get rid of this and put the burden on the templates @@ -649,7 +649,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2009 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2012 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: branches/rel_0_66/lib/OpenGuides.pm =================================================================== --- branches/rel_0_66/lib/OpenGuides.pm 2012-04-02 22:28:32 UTC (rev 1319) +++ branches/rel_0_66/lib/OpenGuides.pm 2012-04-02 22:52:08 UTC (rev 1320) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.65'; +$VERSION = '0.66';
=head1 NAME
@@ -2338,7 +2338,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2010 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2012 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: branches/rel_0_66/wiki.cgi =================================================================== --- branches/rel_0_66/wiki.cgi 2012-04-02 22:28:32 UTC (rev 1319) +++ branches/rel_0_66/wiki.cgi 2012-04-02 22:52:08 UTC (rev 1320) @@ -4,7 +4,7 @@ use warnings; use sigtrap die => 'normal-signals'; use vars qw( $VERSION ); -$VERSION = '0.65'; +$VERSION = '0.66';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org