From: Nicholas Clark Date: Wed, 4 May 2011 15:06:21 +0000 (+0100) Subject: Bump $VERSION to 0.75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=ce5fa0d6f301277afb86b275d81c788083be487c Bump $VERSION to 0.75 --- diff --git a/CHANGES b/CHANGES index c52e253..ad326bc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Revision history for Perl extension Devel::Size. +0.75 2011-05-04 nicholas + [no changes] + 0.74_53 2011-05-01 nicholas * Fix typo error in bit-vector tracking mechanism. On 64 bit platforms which allocate on 8 byte alignment (rather than 16), a low pointer bit could get diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 6274f3f..122822d 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -14,7 +14,7 @@ require XSLoader; # This allows declaration use Devel::Size ':all'; %EXPORT_TAGS = ( 'all' => \@EXPORT_OK ); -$VERSION = '0.74_53'; +$VERSION = '0.75'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 6ce0dbd..e31c35e 100644 --- a/t/basic.t +++ b/t/basic.t @@ -11,7 +11,7 @@ can_ok ('Devel::Size', qw/ /); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.74_53', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.75', 'VERSION MATCHES'); ############################################################################# # some basic checks: