Release 0.08127 v0.08127
Alexander Hartmaier [Wed, 19 Jan 2011 18:38:37 +0000 (19:38 +0100)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 95e8ee0..83098b8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08127 2011-01-19 16:40 (UTC)
     * New Features / Changes
         - Schema/resultsource instances are now crossreferenced via a new
           system guaranteeing leak-free mutually assured destruction
index acf2959..e68f87d 100644 (file)
@@ -27,7 +27,7 @@ sub component_base_class { 'DBIx::Class' }
 # Always remember to do all digits for the version even if they're 0
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
-$VERSION = '0.08126_01';
+$VERSION = '0.08127';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases