File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ void write_adif_header(FILE *fp) {
694694 fputs
695695 ("################################################################################\n" ,
696696 fp );
697- fputs ("# ADIF v3.10 data file exported by TLF\n" , fp );
697+ fputs ("# ADIF v3.1.0 data file exported by TLF\n" , fp );
698698 fputs ("# according to specifications on http://www.adif.org\n" ,
699699 fp );
700700 fputs
@@ -706,7 +706,7 @@ void write_adif_header(FILE *fp) {
706706
707707 /* Write contest name */
708708 fprintf (fp , "Contest Name: %s\n" , whichcontest );
709- fputs ("<adif_ver:4>3.10 \n" , fp );
709+ fputs ("<adif_ver:4>3.1.0 \n" , fp );
710710 fputs ("<programid:3>TLF\n" , fp );
711711 fprintf (fp , "<programversion:%zu>%s\n" , strlen (VERSION ), VERSION );
712712 fputs ("<eoh>\n" , fp );
@@ -781,7 +781,7 @@ void prepare_adif_line(char *buffer, struct linedata_t *qso) {
781781}
782782
783783/*
784- The ADIF function has been written according ADIF v3.10 specifications
784+ The ADIF function has been written according ADIF v3.1.0 specifications
785785 as shown on http://www.adif.org
786786*/
787787int write_adif (void ) {
You can’t perform that action at this time.
0 commit comments