From 62bedf168a7c2e671c45f984aba2f629eec1d62a Mon Sep 17 00:00:00 2001 From: "Nate Bargmann, N0NB" Date: Fri, 22 Dec 2006 13:52:45 +0000 Subject: [PATCH] Update NEWS and configure.ac for 1.2.6 release. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2169 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 818c29f8c..552bf1a16 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ Copyright (C) 2000-2006 Stephane Fillod, Frank Singleton and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net +Version 1.2.6 + 2006-12-22 + * Bump version to 1.2.6 + * no changes from 1.2.6rc1 + Version 1.2.6rc1 2006-12-10 * Python 2.4 compatibility diff --git a/configure.ac b/configure.ac index 597986cb0..272e89aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.50) ## Autoconf initialisation. ## ## ------------------------ ## dnl Please do not use '-' in the version number, 'make rpm' will fail -AC_INIT([hamlib], [1.2.6rc1], [hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib], [1.2.6], [hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) ## ------------------------ ##