From: Sebastian Riedel Date: Mon, 25 Oct 2004 13:48:36 +0000 (+0000) Subject: increased version number of Apache::MVC X-Git-Tag: 2.10~98 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=15f2c20e85df52d515b73801a9af99ff4d6a3213 increased version number of Apache::MVC git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@264 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 63abdfe..d09a468 100644 --- 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 diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 3011225..7c016eb 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -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 ) = @_; diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 8027693..bfe1f10 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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(