From 5709faf609cb5f08558484644e882479e046341f Mon Sep 17 00:00:00 2001 From: David Freese Date: Mon, 29 Dec 2008 08:48:47 -0600 Subject: [PATCH] Version 3.04BV alpha release 3.04BV --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 809980d5..33e594fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -177,6 +177,10 @@ Change Log: increases average transmitted power in Olivia 80) Change macros for and to use new format: and where NN is time in seconds. + 81) Added clear IOTA field when QSO data saved to logbook + 82) Fixed hamlib's azimuth calculation. Disabled conditional compilation + for locator.c. + 3.03 1) Changes to socket server to correct shutdown process diff --git a/configure.ac b/configure.ac index a3ff197e..01a4debe 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may dnl contain other characters or be empty m4_define(FLDIGI_MAJOR, [3]) m4_define(FLDIGI_MINOR, [0]) -m4_define(FLDIGI_PATCH, [4BU]) +m4_define(FLDIGI_PATCH, [4BV]) AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])