26 lines
666 B
Diff
26 lines
666 B
Diff
From ea57297a58b8f10ab885c19eec48ea076116cc1f Mon Sep 17 00:00:00 2001
|
|
From: Sergey Poznyakoff <gray@gnu.org>
|
|
Date: Wed, 23 Jun 2021 14:24:47 +0300
|
|
Subject: [PATCH 2/3] Raise version number in ext/GDBM_File/GDBM_File.pm
|
|
|
|
---
|
|
ext/GDBM_File/GDBM_File.pm | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
|
|
index d837536f80..cb08d091b8 100644
|
|
--- a/ext/GDBM_File/GDBM_File.pm
|
|
+++ b/ext/GDBM_File/GDBM_File.pm
|
|
@@ -363,7 +363,7 @@ require XSLoader;
|
|
);
|
|
|
|
# This module isn't dual life, so no need for dev version numbers.
|
|
-$VERSION = '1.19';
|
|
+$VERSION = '1.20';
|
|
|
|
XSLoader::load();
|
|
|
|
--
|
|
2.31.1
|
|
|