diff options
author | Nikias Bassen | 2024-03-27 02:17:10 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-27 02:17:10 +0100 |
commit | 499fb0c4e25ba1eb82607ca3f6c6f5a2510b9b53 (patch) | |
tree | 0a7528bf6c384b34ec977acc2e9ba46bca96abd8 | |
parent | c8e627016edd1440c8faf6f9b8f4092a83e01164 (diff) | |
download | libusbmuxd-499fb0c4e25ba1eb82607ca3f6c6f5a2510b9b53.tar.gz libusbmuxd-499fb0c4e25ba1eb82607ca3f6c6f5a2510b9b53.tar.bz2 |
Update soversion for release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec2cade..facf678 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=6:0:0 +LIBUSBMUXD_SO_VERSION=7:0:0 AC_SUBST(LIBUSBMUXD_SO_VERSION) |