From 312acd05f08cbd03dfbe6511afd7b68335c82aa3 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Fri, 2 Mar 2018 06:44:51 -0600 Subject: [PATCH] Advance to 3.3~git --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7788fbbae..e0595d4fa 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ Copyright (C) 2000-2018 Stephane Fillod, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net +Version 3.3 + 2018-??-?? + Version 3.2 2018-03-15 * New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB diff --git a/configure.ac b/configure.ac index d4a74b39f..bf8b26e34 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], - [3.2~git], + [3.3~git], [hamlib-developer@lists.sourceforge.net], [hamlib], [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. # Set them here to keep c++/Makefile and src/Makefile in sync. ABI_VERSION=3 -ABI_REVISION=1 +ABI_REVISION=3 ABI_AGE=1 AC_DEFINE_UNQUOTED([ABI_VERSION], [$ABI_VERSION], [Frontend ABI version])