kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
615ff4a09c
commit
155311c4ac
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue