diff options
author | Nikias Bassen | 2013-12-13 12:27:54 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-12-13 12:27:54 +0100 |
commit | 8ff4b915fa3c913b73c8a6edf01c99179b44bfa7 (patch) | |
tree | f9dc092050cce7f99e4459441f87a73417e86c7c /configure.ac | |
parent | 30b64de8f30f90875dc78fc2305a6b0fbe209614 (diff) | |
download | libusbmuxd-8ff4b915fa3c913b73c8a6edf01c99179b44bfa7.tar.gz libusbmuxd-8ff4b915fa3c913b73c8a6edf01c99179b44bfa7.tar.bz2 |
bump soversion to reflect new interface functions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e259eb3..0fe3ab7 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=2:1:0 +LIBUSBMUXD_SO_VERSION=3:0:1 AC_SUBST(LIBUSBMUXD_SO_VERSION) |