kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
b931124059
commit
f23c6745e6
|
@ -143,6 +143,9 @@ Change Log:
|
|||
56) Added option to force qso log "call" to uppercase.
|
||||
57) Fixed RTTY tx character echo when unshift-on-space is selected for tx
|
||||
58) Added check to save modified macros before loading a new macro file.
|
||||
59) Added clear logbook fields when qso fields cleared
|
||||
60) Added Load Macro file Rx Panel message whenever a macro file is
|
||||
loaded.
|
||||
|
||||
3.03
|
||||
1) Changes to socket server to correct shutdown process
|
||||
|
|
|
@ -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, [4BK])
|
||||
m4_define(FLDIGI_PATCH, [4BL])
|
||||
|
||||
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue