build: increment the revision in libgpiomockup's ABI version
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 15 Jan 2020 16:33:12 +0000 (17:33 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 15 Jan 2020 16:33:12 +0000 (17:33 +0100)
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 <bgolaszewski@baylibre.com>
configure.ac

index 22b96f744682971f30249545b95cffe698b09977..4c5ea3de7584800b637303f742b2305a0c91915c 100644 (file)
@@ -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],