From 8e4a6b8fc96de0df6b46b7092deb1388cc43cada Mon Sep 17 00:00:00 2001 From: David Freese Date: Thu, 25 Dec 2008 04:50:37 -0600 Subject: [PATCH] Version 3.04BQ alpha distribution verion 3.04BQ --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d26adb7f..8d73b218 100644 --- a/ChangeLog +++ b/ChangeLog @@ -167,6 +167,8 @@ Change Log: 71) Added TX_PWR, IOTA and DXCC to logbook fields 72) Changed main dialog field name "Notes" to "Comment" to be consistent with the logbook dialog + 73) Additional fix for TimeOn logic + 74) Change to Rx text popup menu configuration. 3.03 1) Changes to socket server to correct shutdown process diff --git a/configure.ac b/configure.ac index 3c81100a..b1fb9b6a 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, [4BP]) +m4_define(FLDIGI_PATCH, [4BQ]) AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])