diff options
author | 2024-03-23 03:27:34 +0100 | |
---|---|---|
committer | 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 | |||
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 |
18 | LIBIRECOVERY_SO_VERSION=4:0:1 | 18 | LIBIRECOVERY_SO_VERSION=5:0:0 |
19 | 19 | ||
20 | dnl Minimum package versions | 20 | dnl Minimum package versions |
21 | LIBUSB_VERSION=1.0.3 | 21 | LIBUSB_VERSION=1.0.3 |
22 | LIMD_GLUE_VERSION=1.0.0 | 22 | LIMD_GLUE_VERSION=1.2.0 |
23 | 23 | ||
24 | AC_SUBST(LIBIRECOVERY_SO_VERSION) | 24 | AC_SUBST(LIBIRECOVERY_SO_VERSION) |
25 | AC_SUBST(LIMD_GLUE_VERSION) | 25 | AC_SUBST(LIMD_GLUE_VERSION) |
@@ -211,6 +211,7 @@ AC_CONFIG_FILES([ | |||
211 | Makefile | 211 | Makefile |
212 | src/Makefile | 212 | src/Makefile |
213 | src/libirecovery-1.0.pc | 213 | src/libirecovery-1.0.pc |
214 | udev/39-libirecovery.rules | ||
214 | include/Makefile | 215 | include/Makefile |
215 | tools/Makefile | 216 | tools/Makefile |
216 | udev/Makefile | 217 | udev/Makefile |