Version 3.21.0AM

Alpha release - added #include "config.h" to src/combo/combo.cxx
  Build distcheck failed without config.h line
pull/2/head
David Freese 2010-10-13 06:41:38 -05:00
rodzic a2c9e048f8
commit bfa18df459
3 zmienionych plików z 12 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,14 @@
2010-09-03 David Freese <w1hkj@w1hkj.com>
2010-09-23 Remi Chateauneu <rchateau@DuoLnx.(none)>
3270080: * Received and transmit files optionaly logged to adif file.
2010-09-23 David Freese <w1hkj@w1hkj.com>
c5ea3ce: FLMSG open NBEMS/WRAP/recv folder
f46016f: ESC action restore
0ac873f: Hamlib Tests
e645b56: RigCat Width
0f52da3: Goertzel filter update
1ad7f16: CONFIG dialog
aa4bee2: Abort ARQ

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, [21])
m4_define(FLDIGI_PATCH, [.0AL])
m4_define(FLDIGI_PATCH, [.0AM])
m4_define(FLARQ_MAJOR, [4])
m4_define(FLARQ_MINOR, [3])
m4_define(FLARQ_PATCH, [.1])

Wyświetl plik

@ -5,6 +5,7 @@
#include "combo.h"
#include "debug.h"
#include "config.h"
void popbrwsr_cb (Fl_Widget *v, long d);