Bump $VERSION to 0.75
Nicholas Clark [Wed, 4 May 2011 15:06:21 +0000 (16:06 +0100)]
CHANGES
lib/Devel/Size.pm
t/basic.t

diff --git a/CHANGES b/CHANGES
index c52e253..ad326bc 100644 (file)
--- 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
index 6274f3f..122822d 100644 (file)
@@ -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__);
 
index 6ce0dbd..e31c35e 100644 (file)
--- 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: