]> git.decadent.org.uk Git - maypole.git/commitdiff
increased version number of Apache::MVC
authorSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 13:48:36 +0000 (13:48 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 13:48:36 +0000 (13:48 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@264 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Apache/MVC.pm
lib/Maypole.pm

diff --git a/Changes b/Changes
index 63abdfe7d60abeef1678b126e1e36d259a71ecaf..d09a468d396939b6916319520bcaf5b196c31fcd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Maypole 
 
+2.03  Tue Oct 26 13:00:00 2004
+    - increased version number of Apache::MVC
+
 2.02  Mon Oct 25 13:00:00 2004
     - Fixed charset in http header.
     - replaced action links with forms in factory templates
index 30112251cf2473d0fc1a7b03e0ee9265dfdc1d87..7c016ebc82060866b54466985f9ffc1242979f0e 100644 (file)
@@ -17,7 +17,7 @@ if (APACHE2) {
 else { require Apache }
 require Apache::Request;
 
-our $VERSION = "0.4";
+our $VERSION = "2.03";
 
 sub get_request {
     my ( $self, $r ) = @_;
index 802769378b508f554b06caf549658eca76e6cdcb..bfe1f10cb42f58047f5fb2728ccfcb3675645202 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Maypole::Config;
 use Maypole::Constants;
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors(