3dcc4cc01c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/plymouth#5e8a7c8cc9df9a8c2d33e28c5492eaae99a6aafb
27 lines
717 B
Diff
27 lines
717 B
Diff
From 696f93e5996634473fb554e07ba2d0775be2a814 Mon Sep 17 00:00:00 2001
|
|
From: Hans de Goede <hdegoede@redhat.com>
|
|
Date: Tue, 1 Oct 2019 12:11:09 +0200
|
|
Subject: [PATCH] Revert "configure: bump so name"
|
|
|
|
This reverts commit be27b260042e76aba988b88a4f26983247e02bde.
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 2257374..507145e 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -26,7 +26,7 @@ PKG_PROG_PKG_CONFIG
|
|
LT_INIT([dlopen disable-static pic-only])
|
|
|
|
## increment if the interface has additions, changes, removals.
|
|
-LT_CURRENT=5
|
|
+LT_CURRENT=4
|
|
|
|
## increment any time the source changes; set to
|
|
## 0 if you increment CURRENT
|
|
--
|
|
2.23.0
|
|
|