Bump version numbers to final 5.90000
Tomas Doran [Mon, 8 Aug 2011 22:56:25 +0000 (23:56 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 3c33387..9f3061d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90000 - UNRELEASED
+
  Fixed extensions:
 
   - A number of modules have been updated to pass their tests or not
index 6155e9c..7232fcc 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.89003';
+our $VERSION = '5.90000';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 7b87131..6badfcd 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.89003';
+our $VERSION = '5.90000';
 
 =head1 NAME