From: Arthur Axel "fREW" Schmidt Date: Sun, 11 Apr 2010 18:51:23 +0000 (+0000) Subject: Release 0.08121 X-Git-Tag: v0.08121^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=c77ab576715790de93165cc5d2393b704349d809 Release 0.08121 --- diff --git a/Changes b/Changes index b646b1e..4acdeb0 100644 --- 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) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 99ad205..a835ae1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -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