Release 0.08121 v0.08121
Arthur Axel "fREW" Schmidt [Sun, 11 Apr 2010 18:51:23 +0000 (18:51 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index b646b1e..4acdeb0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08121 2010-04-11 18:43:00 (UTC)
         - Support for Firebird RDBMS with DBD::InterBase and ODBC
         - Add core support for INSERT RETURNING (for storages that
           supports this syntax, currently PostgreSQL and Firebird)
index 99ad205..a835ae1 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.08120_1';
+$VERSION = '0.08121';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases