Bump $VERSION to 0.76
Nicholas Clark [Wed, 11 May 2011 08:38:00 +0000 (09:38 +0100)]
CHANGES
lib/Devel/Size.pm
t/basic.t

diff --git a/CHANGES b/CHANGES
index d620ce3..4fa757f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 Revision history for Perl extension Devel::Size.
 
-0.72_52 2011-05-09 nicholas
+0.76 2011-05-11 nicholas
+ * Just fix the version number in the line below.
+
+0.75_52 2011-05-09 nicholas
  * Use a table for SV body sizes. These incorporate the space saving post 5.8.x
  * Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX().
  * Magic vtables aren't freed when magic is freed, so don't count them.
index 78e9378..7647da5 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.75_52';
+$VERSION = '0.76';
 
 XSLoader::load( __PACKAGE__);
 
index 127cb39..0c33c4d 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -10,7 +10,7 @@ can_ok ('Devel::Size', qw/
   /);
 
 die ("Uhoh, test uses an outdated version of Devel::Size")
-    unless is ($Devel::Size::VERSION, '0.75_52', 'VERSION MATCHES');
+    unless is ($Devel::Size::VERSION, '0.76', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: