summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2010-04-19 21:09:45 +0100
committerLeon Brocard <acme@astray.com>2010-04-19 21:09:45 +0100
commit7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5 (patch)
tree389efe65b4df4f2646eab91cadc7db9a077866e3 /ext
parent10739482b60a2563abb7e52756db7e81db65665c (diff)
downloadperl-7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5.tar.gz
Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5
Diffstat (limited to 'ext')
-rw-r--r--ext/XS-APItest/APItest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index b1767931b9..acb885e22b 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);