Version 3.1preA

Alpha test release 3.1preA
pull/2/head
David Freese 2009-01-08 05:50:31 -06:00
rodzic 615ff4a09c
commit 155311c4ac
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -225,6 +225,11 @@ Change Log:
97) Suppressed clearing Country, Loc and Azimuth fields by a call sign
database query when the db does not support those fields
98) Added missing tooltips to all configuration items
99) Windows does not recognize '\2' reference tag in regular expression
defined in pskrep.cxx. Changed to a combination of regexec and
string find processing to obtain required spot parsing.
100) Added modem frequency to spotting call when logging or forcing a spot
report.
3.03

Wyświetl plik

@ -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, [1])
m4_define(FLDIGI_PATCH, [pre])
m4_define(FLDIGI_PATCH, [preA])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])