Skip to content

Commit

Permalink
build: Bump ABI version
Browse files Browse the repository at this point in the history
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Sep 26, 2023
1 parent 9988fbf commit 40263a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 40263a6

Please sign in to comment.