From: Leon Brocard Date: Mon, 19 Apr 2010 20:09:45 +0000 (+0100) Subject: Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5;p=p5sagit%2Fp5-mst-13.2.git Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5 --- diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index b176793..acb885e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -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);