From dd7e0c57e48c21b79ab553c38cfad9155f6ef7fb Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 24 Jul 2023 10:17:22 +0900 Subject: build: Prepare release with API change. * configure.ac (LIBASSUAN_CONFIG_API_VERSION): Increment. (LIBASSUAN_LT_CURRENT): Increment for adding new interface. (LIBASSUAN_LT_AGE): Likewise. (LIBASSUAN_LT_REVISION): Reset to 0. -- Signed-off-by: NIIBE Yutaka --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 39cc1df..b37d739 100644 --- a/configure.ac +++ b/configure.ac @@ -61,12 +61,12 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBASSUAN_LT_CURRENT=8 -LIBASSUAN_LT_AGE=8 -LIBASSUAN_LT_REVISION=5 +LIBASSUAN_LT_CURRENT=9 +LIBASSUAN_LT_AGE=9 +LIBASSUAN_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. -LIBASSUAN_CONFIG_API_VERSION=2 +LIBASSUAN_CONFIG_API_VERSION=3 ############################################## AC_SUBST(LIBASSUAN_LT_CURRENT) -- cgit v1.2.3