diff options
author | Martin Szulecki | 2013-09-26 12:29:15 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-26 12:29:15 +0200 |
commit | ff13ec61a057dd5b2dc225992eec9a0d275944c9 (patch) | |
tree | 1ef028cc6e8e75c3124afb5adcff823f6d12628f | |
parent | 59d65307f690f63ee7f463c5c070db6dcf3d677b (diff) | |
download | libirecovery-ff13ec61a057dd5b2dc225992eec9a0d275944c9.tar.gz libirecovery-ff13ec61a057dd5b2dc225992eec9a0d275944c9.tar.bz2 |
Bump soname
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2794e6b..6d0edba 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 -LIBIRECOVERY_SO_VERSION=0:0:0 +LIBIRECOVERY_SO_VERSION=1:0:0 AC_SUBST(LIBIRECOVERY_SO_VERSION) |