diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-05 14:54:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-05 14:54:20 +0000 |
commit | 6e0c49021edba9e9721445f9290f9128c314b9de (patch) | |
tree | 60580a445641c84599af176d151aff591017458c /ext/XS | |
parent | 5143c659fadb184e0a7d17e727769f92c91d37b7 (diff) | |
download | perl-6e0c49021edba9e9721445f9290f9128c314b9de.tar.gz |
Bump version numbers
p4raw-id: //depot/perl@24398
Diffstat (limited to 'ext/XS')
-rw-r--r-- | ext/XS/APItest/APItest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index 7d42a66aa6..8c8491ee81 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -33,7 +33,7 @@ sub G_KEEPERR() { 16 } sub G_NODEBUG() { 32 } sub G_METHOD() { 64 } -our $VERSION = '0.05'; +our $VERSION = '0.06'; bootstrap XS::APItest $VERSION; |