[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.0 updated. 519f8294691d3a64a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-12-25 02:31:42
|
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 519f8294691d3a64afa4ae6bf9257c5b66f3aa33 (commit) from e53d1092de6d0be007270ca9e73adb9c8fe39129 (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 519f8294691d3a64afa4ae6bf9257c5b66f3aa33 Author: Nate Bargmann <n0...@n0...> Date: Thu Dec 24 20:30:30 2020 -0600 Advance to Hamlib 4.0 release Final! diff --git a/configure.ac b/configure.ac index 83902f4c..737f3ba9 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~rc4], + [4.0], [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 |