From: Bartosz Golaszewski Date: Thu, 26 Jul 2018 11:09:34 +0000 (+0200) Subject: build: add a comment about libtool version to configure.ac X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a348f634769a1640aa046a8433b13d9676d3deca;p=qemu-gpiodev%2Flibgpiod.git build: add a comment about libtool version to configure.ac The libtool version only applies to the core C library, not to tools or python bindings. C++ bindings have a separate libtool version. Signed-off-by: Bartosz Golaszewski --- diff --git a/configure.ac b/configure.ac index 7bd8c88..445bd0c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_SUBST(VERSION_STR, [$PACKAGE_VERSION$EXTRA_VERSION]) # release, then set age to 0. # # Define the libtool version as (C.R.A): +# NOTE: this version only applies to the core C library. AC_SUBST(ABI_VERSION, [2.0.0]) # Have a separate ABI version for C++ bindings: AC_SUBST(ABI_CXX_VERSION, [1.0.0])