From: Arthur Axel 'fREW' Schmidt Date: Thu, 23 Aug 2012 01:18:26 +0000 (-0500) Subject: release 0.08199 X-Git-Tag: v0.08199^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=6adcb2116d18e48e5723ec9e7dc0f844e75ed99c release 0.08199 --- diff --git a/Changes b/Changes index ea103bf..4e546c5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class +0.08199 2012-08-22 (UTC) + same as devrel + 0.08198_01 2012-07-25 (UTC) * Fixes - Roll back incomplete (and broken) internal changes - restore prefetch functionality diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index ff85670..1544caf 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08198_01'; +$VERSION = '0.08199'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases