]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Bump libtool/library version from 2:0:0 to 2:1:0.
authorUwe Hermann <redacted>
Wed, 1 Jul 2015 21:11:25 +0000 (23:11 +0200)
committerUwe Hermann <redacted>
Sun, 12 Jul 2015 20:34:42 +0000 (22:34 +0200)
The libtool current:revision:age numbers change from 2:0:0 to 2:1:0.

Details:
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info

This changes the library filename (e.g. on Linux) from
libsigrokdecode.so.2.0.0 to libsigrokdecode.so.2.0.1, the SONAME
(+symlink) stays at libsigrokdecode.so.2, though.

configure.ac

index d7236f80ce25c86b71136f6bfeb16f34ca053768..c63721221e44d1b14bd2685f0416684af48fe155 100644 (file)
@@ -67,7 +67,7 @@ PKG_PROG_PKG_CONFIG([0.22])
 # The algorithm for determining which number to change (and how) is nontrivial!
 # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
 SRD_LIB_VERSION_CURRENT=2
-SRD_LIB_VERSION_REVISION=0
+SRD_LIB_VERSION_REVISION=1
 SRD_LIB_VERSION_AGE=0
 SRD_LIB_VERSION="$SRD_LIB_VERSION_CURRENT:$SRD_LIB_VERSION_REVISION:$SRD_LIB_VERSION_AGE"
 SRD_LIB_LDFLAGS="-version-info $SRD_LIB_VERSION"