mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
(From OE-Core rev: 2ac647ca63e240f982d08a8b538648f602071cd9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
739 B
Diff
26 lines
739 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] Raise version number in ext/GDBM_File/GDBM_File.pm
|
|
|
|
Upstream-Status: Backport
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
|
|
---
|
|
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 d837536f804c..cb08d091b829 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();
|
|
|