diff options
author | 2023-05-13 03:43:14 +0200 | |
---|---|---|
committer | 2023-05-13 03:43:14 +0200 | |
commit | 6b3584387133196824812a34a7b2b7442164309c (patch) | |
tree | da1bd8c1f9fd4f88df9e022df61e34ed4eb83f3b | |
parent | 0360cdc603abbfbce76c4c10d20cf80d98c0b1d6 (diff) | |
download | libirecovery-6b3584387133196824812a34a7b2b7442164309c.tar.gz libirecovery-6b3584387133196824812a34a7b2b7442164309c.tar.bz2 |
Update SO version for release1.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa4f7aa..e15231f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -15,7 +15,7 @@ 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=3:0:0 | 18 | LIBIRECOVERY_SO_VERSION=4:0:1 |
19 | 19 | ||
20 | dnl Minimum package versions | 20 | dnl Minimum package versions |
21 | LIBUSB_VERSION=1.0.3 | 21 | LIBUSB_VERSION=1.0.3 |