summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2010-01-19 20:16:55 -0500
committerRicardo Signes <rjbs@cpan.org>2010-01-19 20:16:55 -0500
commit0a0b870a4079b7c92f7c54c7fe633d856bd10588 (patch)
treebac834eb29e3fcb554e5cb46db720b7a4b72b16e /ext/GDBM_File
parentf73b28b4f23ac0516ae2b1d9918b02a3383c1b29 (diff)
downloadperl-0a0b870a4079b7c92f7c54c7fe633d856bd10588.tar.gz
bump versions for core libs changed since 5.11.3
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r--ext/GDBM_File/GDBM_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
index 2c9081fa9e..0b4182c34d 100644
--- a/ext/GDBM_File/GDBM_File.pm
+++ b/ext/GDBM_File/GDBM_File.pm
@@ -69,7 +69,7 @@ use XSLoader ();
);
# This module isn't dual life, so no need for dev version numbers.
-$VERSION = '1.09';
+$VERSION = '1.10';
sub AUTOLOAD {
my($constname);