From: Bartosz Golaszewski Date: Wed, 15 Jan 2020 16:33:12 +0000 (+0100) Subject: build: increment the revision in libgpiomockup's ABI version X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c02757adf4f0c008b99cd8e338d903358e58a515;p=qemu-gpiodev%2Flibgpiod.git build: increment the revision in libgpiomockup's ABI version This helper library too has a separate ABI version, but we missed it when incrementing other ABI numbers for v1.5-rc1. Increment the revision only as no new interfaces were added or old ones removed. Signed-off-by: Bartosz Golaszewski --- diff --git a/configure.ac b/configure.ac index 22b96f7..4c5ea3d 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ fi # ABI version for libgpiomockup (we need this since it can be installed if we # enable install-tests). -AC_SUBST(ABI_MOCKUP_VERSION, [0.0.0]) +AC_SUBST(ABI_MOCKUP_VERSION, [0.1.0]) AC_ARG_ENABLE([bindings-cxx], [AC_HELP_STRING([--enable-bindings-cxx],