From 33242c91eb07d952729dde29dfb610dc96512df3 Mon Sep 17 00:00:00 2001 From: "Nate Bargmann, N0NB" Date: Sat, 12 Mar 2011 15:13:16 +0000 Subject: [PATCH] Get ready for the next round of development git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3071 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca8b7d0e1..2322b5c89 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) ## Autoconf initialisation. ## ## ------------------------ ## dnl Please do not use '-' in the version number, 'make rpm' will fail -AC_INIT([hamlib],[1.2.13],[hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib],[1.2.14svn],[hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) AC_CONFIG_MACRO_DIR([macros])