Advance to 3.3~git

pull/1/head
Nate Bargmann 2018-03-02 06:44:51 -06:00
rodzic d3a4ea3fcf
commit 312acd05f0
2 zmienionych plików z 5 dodań i 2 usunięć

3
NEWS
Wyświetl plik

@ -5,6 +5,9 @@ Copyright (C) 2000-2018 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 3.3
2018-??-??
Version 3.2 Version 3.2
2018-03-15 2018-03-15
* New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB * New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB

Wyświetl plik

@ -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 it as an earlier version than the actual release. TNX KA6MAL
dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars! dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars!
AC_INIT([Hamlib], AC_INIT([Hamlib],
[3.2~git], [3.3~git],
[hamlib-developer@lists.sourceforge.net], [hamlib-developer@lists.sourceforge.net],
[hamlib], [hamlib],
[http://www.hamlib.org]) [http://www.hamlib.org])
@ -56,7 +56,7 @@ dnl See README.release on setting these values
# Values given to -version-info when linking. See libtool documentation. # Values given to -version-info when linking. See libtool documentation.
# Set them here to keep c++/Makefile and src/Makefile in sync. # Set them here to keep c++/Makefile and src/Makefile in sync.
ABI_VERSION=3 ABI_VERSION=3
ABI_REVISION=1 ABI_REVISION=3
ABI_AGE=1 ABI_AGE=1
AC_DEFINE_UNQUOTED([ABI_VERSION], [$ABI_VERSION], [Frontend ABI version]) AC_DEFINE_UNQUOTED([ABI_VERSION], [$ABI_VERSION], [Frontend ABI version])