From 40263a6e2095ccba83071454191e09f14e9ee232 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Tue, 26 Sep 2023 23:40:54 +0800 Subject: [PATCH] build: Bump ABI version Signed-off-by: LIU Hao --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34e4f29f9..ba341d5fa 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects]) ## Define ABI information AS_VAR_SET([abi_major], [1]) AS_VAR_SET([abi_minor], [6]) -AS_VAR_SET([abi_suffix], [beta.1]) +AS_VAR_SET([abi_suffix], [ga.1]) ## Check for assertions AC_ARG_ENABLE([debug-checks], AS_HELP_STRING([--enable-debug-checks], [enable assertions]))