Do not inadvertently add a digit to the version no
Tomas Doran [Mon, 15 Aug 2011 08:36:06 +0000 (09:36 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 0d49ca5..3c2d211 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90000 - UNRELEASED
+5.9000 - UNRELEASED
 
  Major changes in this release:
 
index 7232fcc..48a5096 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90000';
+our $VERSION = '5.9000';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 6badfcd..85da737 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90000';
+our $VERSION = '5.9000';
 
 =head1 NAME