summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-03-23 03:27:34 +0100
committerGravatar Nikias Bassen2024-03-23 03:27:34 +0100
commit54a106e6fe529c9ffaef647f64fa19e01eb30807 (patch)
treec844e0b29c4398436208974dcf555e4af2f8766c
parent6aba9de9ebc9aa14683ff0774ccd87b7e539485a (diff)
downloadlibirecovery-54a106e6fe529c9ffaef647f64fa19e01eb30807.tar.gz
libirecovery-54a106e6fe529c9ffaef647f64fa19e01eb30807.tar.bz2
Update soversion for release
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3b0208c..94bb793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,11 @@ dnl libtool versioning
15# changes to the signature and the semantic) 15# changes to the signature and the semantic)
16# ? :+1 : ? == just internal changes 16# ? :+1 : ? == just internal changes
17# CURRENT : REVISION : AGE 17# CURRENT : REVISION : AGE
18LIBIRECOVERY_SO_VERSION=4:0:1 18LIBIRECOVERY_SO_VERSION=5:0:0
19 19
20dnl Minimum package versions 20dnl Minimum package versions
21LIBUSB_VERSION=1.0.3 21LIBUSB_VERSION=1.0.3
22LIMD_GLUE_VERSION=1.0.0 22LIMD_GLUE_VERSION=1.2.0
23 23
24AC_SUBST(LIBIRECOVERY_SO_VERSION) 24AC_SUBST(LIBIRECOVERY_SO_VERSION)
25AC_SUBST(LIMD_GLUE_VERSION) 25AC_SUBST(LIMD_GLUE_VERSION)
@@ -211,6 +211,7 @@ AC_CONFIG_FILES([
211Makefile 211Makefile
212src/Makefile 212src/Makefile
213src/libirecovery-1.0.pc 213src/libirecovery-1.0.pc
214udev/39-libirecovery.rules
214include/Makefile 215include/Makefile
215tools/Makefile 216tools/Makefile
216udev/Makefile 217udev/Makefile