alpha test version 3.04BS
pull/2/head
David Freese 2008-12-26 14:24:18 -06:00
rodzic 60e909bd33
commit e5b2a2adfe
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -171,6 +171,7 @@ Change Log:
74) Change to Rx text popup menu configuration.
75) Restored IPC log output (SysV message) to xlog for saving log
76) Added Tx Power configuration item
77) Added TX_PWR and COUNTRY to adif export
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, [4BR])
m4_define(FLDIGI_PATCH, [4BS])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])