Bump $VERSION to 0.79
Nicholas Clark [Sun, 12 May 2013 13:53:32 +0000 (15:53 +0200)]
CHANGES
lib/Devel/Size.pm
t/basic.t

diff --git a/CHANGES b/CHANGES
index 28d82b3..0c1f1e5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Revision history for Perl extension Devel::Size.
 
+0.79 2013-05-12 nicholas
+ [no changes]
+
 0.78_52 2013-05-10 nicholas
  * Fix the bug in the previous fix. Oops :-)
 
index 059b4d1..65eec3a 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.78_52';
+$VERSION = '0.79';
 
 XSLoader::load( __PACKAGE__);
 
index 14351a4..9c3ceae 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.78_52', 'VERSION MATCHES');
+    unless is ($Devel::Size::VERSION, '0.79', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: