Increase $XS::APItest::VERSION to 0.54
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:51:42 +0000 (21:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:47 +0000 (22:11 -0700)
ext/XS-APItest/APItest.pm

index 4844577..ae70f51 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.53';
+our $VERSION = '0.54';
 
 require XSLoader;