kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
e187ecc1ba
commit
0947e5623d
|
@ -162,6 +162,8 @@ Change Log:
|
|||
wrap and TransmitText word wrap
|
||||
67) Fixed --config-dir failure on MS
|
||||
68) Changed qso clear to only clear the search field on logbook dialog
|
||||
69) Bug fix - TimeOn reset logic
|
||||
70) Bug fix - missing (int) cast in confdialog.fl
|
||||
|
||||
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, [4BN])
|
||||
m4_define(FLDIGI_PATCH, [4BO])
|
||||
|
||||
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue