alpha release 3.04BP
pull/2/head
David Freese 2008-12-24 15:56:55 -06:00
rodzic 36c3ab3373
commit fe4b9a506e
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -164,6 +164,9 @@ Change Log:
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
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
3.03
1) Changes to socket server to correct shutdown process

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, [0])
m4_define(FLDIGI_PATCH, [4BO])
m4_define(FLDIGI_PATCH, [4BP])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])