[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.0 updated. b7452d766271b763f
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-09-07 17:39:09
|
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, Hamlib-4.0 has been updated via b7452d766271b763fde8be3d0ba892c23a966cb1 (commit) from d4c36463f173f3db4d42ecafa8af2f7b1ebe9f19 (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 b7452d766271b763fde8be3d0ba892c23a966cb1 Author: Nate Bargmann <n0...@n0...> Date: Mon Sep 7 12:34:04 2020 -0500 Advance to rc2 Include new rig IC-705, various fixes, and include amplifier.swg to bindings/Makefile.am diff --git a/configure.ac b/configure.ac index 21f860fa..eabd6a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl however, the use of '~' should be fine as apt (others?) will treat dnl it as an earlier version than the actual release. TNX KA6MAL dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars! AC_INIT([Hamlib], - [4.0~rc1], + [4.0~rc2], [ham...@li...], [hamlib], [http://www.hamlib.org]) ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |