diff options
author | Tony Cook <tony@develop-help.com> | 2018-01-24 15:10:10 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2018-11-05 10:19:05 +1100 |
commit | 328d9079796a9f9f8dfb4813f36e50e8a77a0748 (patch) | |
tree | a74cc171480e0d58486d0adb4b1c459749cb431e /ext/GDBM_File | |
parent | e459aaffe40291395017cc002fc6d261e7cae0ae (diff) | |
download | perl-328d9079796a9f9f8dfb4813f36e50e8a77a0748.tar.gz |
(perl #132147) bump *DBM_File versions
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 fe34470bd3..b4fc49f42e 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -85,7 +85,7 @@ require XSLoader; ); # This module isn't dual life, so no need for dev version numbers. -$VERSION = '1.17'; +$VERSION = '1.18'; XSLoader::load(); |