summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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