]> sigrok.org Git - libsigrok.git/commit
configure.ac: Bump libtool/library version from 5:0:1 to 5:1:1.
authorUwe Hermann <redacted>
Tue, 24 Dec 2019 15:29:18 +0000 (16:29 +0100)
committerUwe Hermann <redacted>
Wed, 25 Dec 2019 20:24:29 +0000 (21:24 +0100)
commitc66fde84f68cc88014c5cbc0a13df7761aa47c97
tree1b3c757db03aaaf4ee388797b5ce9b6e5aec16ee
parentc1a8e19d9a3dcb511fd96913fa40862691d74102
configure.ac: Bump libtool/library version from 5:0:1 to 5:1:1.

The libtool current:revision:age numbers change from 5:0:1 to 5:1:1
since no new APIs were added and no existing ones were changed or
removed. Thus, revision is incremented, current and age stay unchanged.

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

This changes the library filename (e.g. on Linux) from
libsigrok.so.4.1.0 to libsigrok.so.4.1.1, the SONAME
(+symlink) remains the same, though (libsigrok.so.4).
configure.ac