summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2010-04-19 21:08:50 +0100
committerLeon Brocard <acme@astray.com>2010-04-19 21:08:50 +0100
commit10739482b60a2563abb7e52756db7e81db65665c (patch)
tree1f0eb3d656da3a78d449c02db512b1161af2e1ef /ext
parent970a5b1e54bef4b0af4823715a2a39a421075ce4 (diff)
downloadperl-10739482b60a2563abb7e52756db7e81db65665c.tar.gz
Bump version due to 255fdf19250671082618dae106a246f12379dbe6
Diffstat (limited to 'ext')
-rw-r--r--ext/XS-APItest-KeywordRPN/KeywordRPN.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest-KeywordRPN/KeywordRPN.pm b/ext/XS-APItest-KeywordRPN/KeywordRPN.pm
index 2114c611d3..85322ecfbb 100644
--- a/ext/XS-APItest-KeywordRPN/KeywordRPN.pm
+++ b/ext/XS-APItest-KeywordRPN/KeywordRPN.pm
@@ -84,7 +84,7 @@ package XS::APItest::KeywordRPN;
use warnings;
use strict;
-our $VERSION = "0.003";
+our $VERSION = "0.004";
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);