release 0.67_01 unchanged as 0.67 0.67
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:03:24 +0000 (01:03 -0400)]
Changes
README
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index 08f88ef..fb8ae71 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
-Wed Mar 25 09:36:00 PDT 2009 (hdp - Release 0.67_01
+Wed Mar 25 21:59:59 PDT 2009 (hdp) - Release 0.67
+  (no changes from 0.67_01)
+
+Wed Mar 25 09:36:00 PDT 2009 (hdp) - Release 0.67_01
   Fix RT#43840, improper app-level config handling
   Fix RT#42859, 'wrong' Catalyst dependency
   Fix RT#42025, stepping on custom request classes
diff --git a/README b/README
index ae24551..be362e2 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Catalyst::Controller::REST - A RESTful controller
 
 VERSION
-    0.67_01
+    0.67
 
 SYNOPSIS
         package Foo::Controller::Bar;
index f45fcdc..a1254a0 100644 (file)
@@ -18,7 +18,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.67_01';
+our $VERSION = '0.67';
 
 sub new {
   my $class  = shift;
index 6ca2312..d0c43b0 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = '0.67_01';
+our $VERSION = '0.67';
 
 =head1 NAME