Prepare for another dev release
Marcus Ramberg [Tue, 14 Oct 2008 06:03:14 +0000 (06:03 +0000)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 7f0e7d2..96b44a4 100644 (file)
@@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.8000_01';
+our $VERSION = '5.8000_02';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 3873575..0207112 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.8000_01';
+our $VERSION='5.8000_02';
 
 $VERSION= eval $VERSION;