This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5
[perl5.git] / ext / XS-APItest / APItest.pm
index b176793..acb885e 100644 (file)
@@ -27,7 +27,7 @@ our @EXPORT = qw( print_double print_int print_long
                  sv_count
 );
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 use vars '$WARNINGS_ON_BOOTSTRAP';
 use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);