diff options
author | Martin Szulecki | 2014-10-14 18:22:44 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 18:26:08 +0200 |
commit | 15fd80a02866b15a8539648631cc91a79f4f3fe1 (patch) | |
tree | 4b95a080d307cfa5437a91e4204d8364d8eb1c16 | |
parent | ef914f101de98af51063979448e971fdf6c96ce8 (diff) | |
download | libusbmuxd-15fd80a02866b15a8539648631cc91a79f4f3fe1.tar.gz libusbmuxd-15fd80a02866b15a8539648631cc91a79f4f3fe1.tar.bz2 |
Bump so name correctly as some ABI symbols were removed
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6f98b6a..f312052 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl libtool versioning # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBUSBMUXD_SO_VERSION=3:1:1 +LIBUSBMUXD_SO_VERSION=4:0:0 AC_SUBST(LIBUSBMUXD_SO_VERSION) |