From 7620470edceff54b206c385da7a9f264e103824c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 19 May 2004 09:17:34 +0000 Subject: [PATCH] 1.2.1 release git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1744 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eee4c4b98..1f0d60478 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.1cvs], [hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib], [1.2.1], [hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) ## ------------------------ ##