diff options
author | Nikias Bassen | 2024-03-23 03:27:34 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-23 03:27:34 +0100 |
commit | 54a106e6fe529c9ffaef647f64fa19e01eb30807 (patch) | |
tree | c844e0b29c4398436208974dcf555e4af2f8766c | |
parent | 6aba9de9ebc9aa14683ff0774ccd87b7e539485a (diff) | |
download | libirecovery-54a106e6fe529c9ffaef647f64fa19e01eb30807.tar.gz libirecovery-54a106e6fe529c9ffaef647f64fa19e01eb30807.tar.bz2 |
Update soversion for release
-rw-r--r-- | configure.ac | 5 |
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 # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBIRECOVERY_SO_VERSION=4:0:1 +LIBIRECOVERY_SO_VERSION=5:0:0 dnl Minimum package versions LIBUSB_VERSION=1.0.3 -LIMD_GLUE_VERSION=1.0.0 +LIMD_GLUE_VERSION=1.2.0 AC_SUBST(LIBIRECOVERY_SO_VERSION) AC_SUBST(LIMD_GLUE_VERSION) @@ -211,6 +211,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile src/libirecovery-1.0.pc +udev/39-libirecovery.rules include/Makefile tools/Makefile udev/Makefile |