diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
commit | 0a0b870a4079b7c92f7c54c7fe633d856bd10588 (patch) | |
tree | bac834eb29e3fcb554e5cb46db720b7a4b72b16e /ext/GDBM_File | |
parent | f73b28b4f23ac0516ae2b1d9918b02a3383c1b29 (diff) | |
download | perl-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.pm | 2 |
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); |