From: Nicholas Clark <nick@ccl4.org>
Date: Mon, 30 Jul 2012 15:26:56 +0000 (+0100)
Subject: Bump $VERSION to 0.78_50
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34b590a43784b67f062ca05bbaa1fdf82fa57e36;p=p5sagit%2FDevel-Size.git

Bump $VERSION to 0.78_50
---

diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm
index 49e3df9..7965eca 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.78';
+$VERSION = '0.78_50';
 
 XSLoader::load( __PACKAGE__);
 
diff --git a/t/basic.t b/t/basic.t
index 698d22e..3aa5b54 100644
--- 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', 'VERSION MATCHES');
+    unless is ($Devel::Size::VERSION, '0.78_50', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: