diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 17:39:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 17:39:14 -0700 |
commit | 58f55cb38d788a9e7184836f9f728a46280356c8 (patch) | |
tree | b62bb1e21d6fe647733cfb1e870093ef2f3a393d /ext/GDBM_File | |
parent | 5b430b36d8e956d2af13b8b933400cf0c1c707f2 (diff) | |
download | perl-58f55cb38d788a9e7184836f9f728a46280356c8.tar.gz |
More version bumps in view of recent PERL_NO_GE_CONTEXT commits
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 7a8655e5dd..a051d58902 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -69,7 +69,7 @@ require XSLoader; ); # This module isn't dual life, so no need for dev version numbers. -$VERSION = '1.13'; +$VERSION = '1.14'; XSLoader::load(); |