From: Matt S Trout Date: Thu, 5 Oct 2017 02:58:16 +0000 (+0000) Subject: update version and changes (_14 was the last one I can see, so _15 it is) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdevrel;p=dbsrgits%2FDBIx-Class.git update version and changes (_14 was the last one I can see, so _15 it is) --- diff --git a/Changes b/Changes index fabe41d..e006246 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Current Known Issues / Regressions Revision history for DBIx::Class +0.082899_15 2017-10-05 03:55 (UTC) * Notable Changes and Deprecations - The entire class hierarchy now explicitly sets the 'c3' mro, even in cases where load_components was not used. Extensive testing led diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index cdcbcbb..fcc6783 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -14,7 +14,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.082899_25'; +$VERSION = '0.082899_15'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases