blob: 3864f1a1210ccf68dac5f3b5dd00d48dc3ff248b [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001From ea57297a58b8f10ab885c19eec48ea076116cc1f Mon Sep 17 00:00:00 2001
2From: Sergey Poznyakoff <gray@gnu.org>
3Date: Wed, 23 Jun 2021 14:24:47 +0300
4Subject: [PATCH] Raise version number in ext/GDBM_File/GDBM_File.pm
5
6Upstream-Status: Backport
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9---
10 ext/GDBM_File/GDBM_File.pm | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
14index d837536f804c..cb08d091b829 100644
15--- a/ext/GDBM_File/GDBM_File.pm
16+++ b/ext/GDBM_File/GDBM_File.pm
17@@ -363,7 +363,7 @@ require XSLoader;
18 );
19
20 # This module isn't dual life, so no need for dev version numbers.
21-$VERSION = '1.19';
22+$VERSION = '1.20';
23
24 XSLoader::load();
25