Set version back to 5.62 :)
Andy Grundman [Fri, 13 Jan 2006 14:44:10 +0000 (14:44 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index d2e31b4..79b8b6d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-6.00
+5.62
         - Added YAML config support
         - Added COMPONENT() and ACCEPT_CONTEXT() support
         - Action list in debug mode is now displayed as a tree in the
index 4de9684..461ac6d 100644 (file)
@@ -59,7 +59,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '6.00';
+our $VERSION = '5.62';
 
 sub import {
     my ( $class, @arguments ) = @_;