summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-05-25 15:15:10 +0200
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 15:15:10 +0200
commit8268b43eb3334e9fb0121f9d7d192eb3d98eb851 (patch)
tree0453a0e5f1cf6824b50c8f38245269a98eb2bae9 /ext
parent04a9cc255d537b1dadef34e70d2185a122582b8b (diff)
downloadperl-8268b43eb3334e9fb0121f9d7d192eb3d98eb851.tar.gz
Bump $VERSION.
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 20c7e73fd6..a59e2237a3 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '0.52';
+our $VERSION = '0.53';
require XSLoader;