Skip to content

Commit

Permalink
build: Bump ABI suffix
Browse files Browse the repository at this point in the history
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Sep 30, 2022
1 parent bef07d9 commit 661ba7e
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 @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
## Define ABI information
AS_VAR_SET([abi_major], [1])
AS_VAR_SET([abi_minor], [2])
AS_VAR_SET([abi_suffix], [alpha.1])
AS_VAR_SET([abi_suffix], [beta.1])

## Check for assertions
AC_ARG_ENABLE([debug-checks], AS_HELP_STRING([--enable-debug-checks], [enable assertions]))
Expand Down

0 comments on commit 661ba7e

Please sign in to comment.