diff options
author | Tony Cook <tony@develop-help.com> | 2022-06-02 22:02:57 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2022-06-03 10:31:56 +1000 |
commit | a46232259fb6122e5f0bf9c9f721fb7dd6780621 (patch) | |
tree | 73c3407410ade68aea0da12819bb9f79d5d49869 /ext/GDBM_File | |
parent | 34e6e2fba776f00fec86643349436bb01ce33e85 (diff) | |
download | perl-a46232259fb6122e5f0bf9c9f721fb7dd6780621.tar.gz |
bump $GDBM_File::VERSION
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 fe422a592a..45a1a93cd5 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -733,7 +733,7 @@ require XSLoader; ); # This module isn't dual life, so no need for dev version numbers. -$VERSION = '1.23'; +$VERSION = '1.24'; our $gdbm_errno; |