[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.0 updated. e0cbeb72df873076f
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-12-13 17:16:04
|
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 e0cbeb72df873076f10862ca88ae189505b3ae59 (commit) from 0c10e7efc2b894a5cadda7a18820df6bcfdb2946 (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 e0cbeb72df873076f10862ca88ae189505b3ae59 Author: Nate Bargmann <n0...@n0...> Date: Sun Dec 13 11:12:55 2020 -0600 Advance to 4.0~rc4 Per request of Mike, W9MDB, release RC4 up to commit e1aa80599f419025e1894a449ab18924817ebe9f on the master branch. diff --git a/configure.ac b/configure.ac index fab6da24..83902f4c 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~rc3], + [4.0~rc4], [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 |