Advance to 3.1~git

Next release of development.
libusb-1-0
Nate Bargmann 2015-09-19 09:34:02 -05:00
rodzic 81775bc03d
commit d3d859fb80
2 zmienionych plików z 5 dodań i 2 usunięć

5
NEWS
Wyświetl plik

@ -5,8 +5,11 @@ Copyright (C) 2000-2015 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.1
2016-??-??
Version 3.0 Version 3.0
2015-09-01 2015-09-20
* Kill RPC backends and rpc.rigd/rpc.rotd * Kill RPC backends and rpc.rigd/rpc.rotd
* Remove -e|--end-marker option from rigctld and rotctld * Remove -e|--end-marker option from rigctld and rotctld
* Build system updates--remove obsolete macros, autogen.sh now * Build system updates--remove obsolete macros, autogen.sh now

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.0~git], [3.1~git],
[hamlib-developer@lists.sourceforge.net], [hamlib-developer@lists.sourceforge.net],
[hamlib], [hamlib],
[http://www.hamlib.org]) [http://www.hamlib.org])