summaryrefslogtreecommitdiff
path: root/ext/ODBM_File
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 14:41:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 14:41:47 +0000
commit5f7684d37a21e12158407ae4045cfd9f6bc8d5f1 (patch)
tree8533fe05daced5113270c55f9955f914f3ac7c89 /ext/ODBM_File
parent0e0a3cd3a8572431a9bb69b06b09e30b6bde46ee (diff)
downloadperl-5f7684d37a21e12158407ae4045cfd9f6bc8d5f1.tar.gz
Integrate:
[ 20704] XS contents changes versus VERSION non-changes. [ 20705] One more XS change versus no VERSION change. (Remaining in JNI.pm/xs, don't know what to about that since JNI is kind of "stable".) [ 20706] Not so great a version bump, let Paul release 0.17. p4raw-link: @20706 on //depot/perl: 7de85b62c7a821cf69758d97d5d571712b74b148 p4raw-link: @20705 on //depot/perl: 447176e0e2fabc8611c1c3b96183e722a7de3669 p4raw-link: @20704 on //depot/perl: 7e209c28e2ba9f0c952901974c9d01e8e79b283b p4raw-id: //depot/maint-5.8/perl@20707 p4raw-integrated: from //depot/perl@20703 'copy in' ext/SDBM_File/SDBM_File.pm (@8848..) ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm (@9176..) ext/Filter/Util/Call/Call.pm (@12972..) ext/Socket/Socket.pm (@14279..) ext/PerlIO/scalar/scalar.pm (@17560..)
Diffstat (limited to 'ext/ODBM_File')
-rw-r--r--ext/ODBM_File/ODBM_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ODBM_File/ODBM_File.pm b/ext/ODBM_File/ODBM_File.pm
index c7b61d84ff..c14954cdaa 100644
--- a/ext/ODBM_File/ODBM_File.pm
+++ b/ext/ODBM_File/ODBM_File.pm
@@ -7,7 +7,7 @@ require Tie::Hash;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.03";
+our $VERSION = "1.04";
XSLoader::load 'ODBM_File', $VERSION;