summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-11-02 10:03:23 +1100
committerTony Cook <tony@develop-help.com>2021-11-02 10:03:23 +1100
commit3b2b4cf85f6e086e6ab585225f51c33cad960b55 (patch)
tree818fc89537ed83c9d951c01a8452172094ac935b /ext/GDBM_File
parent8b8b12225a4af2826a4714f04e9f7464766199c6 (diff)
downloadperl-3b2b4cf85f6e086e6ab585225f51c33cad960b55.tar.gz
bump $GDBM_File::VERSION
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 e4bb42dd7e..f99642549d 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.21';
+$VERSION = '1.22';
our $gdbm_errno;