[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. edef3747878659fb08f5c
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-06-04 14:43:08
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via edef3747878659fb08f5c5b00d91fdb6014b8437 (commit) from b0d5d606fef17e349f5a2fd587fa429f8f89be30 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit edef3747878659fb08f5c5b00d91fdb6014b8437 Author: Nate Bargmann <n0...@n0...> Date: Wed Jun 4 09:41:38 2025 -0500 Set the correct ABI_REVISION value diff --git a/configure.ac b/configure.ac index ce96ad667..4ef857e1d 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ dnl See README.release on setting these values # Values given to -version-info when linking. See libtool documentation. # Set them here to keep c++/Makefile and src/Makefile in sync. ABI_VERSION=4 -ABI_REVISION=6 +ABI_REVISION=7 ABI_PATCH=0 ABI_AGE=0 ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |