We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aba9de commit 54a106eCopy full SHA for 54a106e
1 file changed
configure.ac
@@ -15,11 +15,11 @@ dnl libtool versioning
15
# changes to the signature and the semantic)
16
# ? :+1 : ? == just internal changes
17
# CURRENT : REVISION : AGE
18
-LIBIRECOVERY_SO_VERSION=4:0:1
+LIBIRECOVERY_SO_VERSION=5:0:0
19
20
dnl Minimum package versions
21
LIBUSB_VERSION=1.0.3
22
-LIMD_GLUE_VERSION=1.0.0
+LIMD_GLUE_VERSION=1.2.0
23
24
AC_SUBST(LIBIRECOVERY_SO_VERSION)
25
AC_SUBST(LIMD_GLUE_VERSION)
@@ -211,6 +211,7 @@ AC_CONFIG_FILES([
211
Makefile
212
src/Makefile
213
src/libirecovery-1.0.pc
214
+udev/39-libirecovery.rules
215
include/Makefile
216
tools/Makefile
217
udev/Makefile
0 commit comments