Skip to content

Commit 209a858

Browse files
committed
Replace 1.3 beta test by version 1.3.
No functional changes, only minor documentation updates.
1 parent 77a3b50 commit 209a858

6 files changed

+5
-23
lines changed

CHANGES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
----------
55

6-
## Version 1.3 -- Beta Test -- March 2016 ##
6+
## Version 1.3 -- May 2016 ##
7+
8+
This is the same as the 1.3 beta test version with a few minor documentation updates. If you are already using 1.3 beta test, there is no need to install this.
79

810
### New Features: ###
911

Makefile.win

-20
Original file line numberDiff line numberDiff line change
@@ -558,26 +558,6 @@ dist-src : README.md CHANGES.md \
558558

559559
# Reminders if pdf files are not up to date.
560560

561-
doc/User-Guide.pdf : doc/User-Guide.docx
562-
echo "***** User-Guide.pdf is out of date *****"
563-
564-
doc/Raspberry-Pi-APRS.pdf : doc/Raspberry-Pi-APRS.docx
565-
echo "***** Raspberry-Pi-APRS.pdf is out of date *****"
566-
567-
doc/Raspberry-Pi-APRS-Tracker.pdf : doc/Raspberry-Pi-APRS-Tracker.docx
568-
echo "***** Raspberry-Pi-APRS-Tracker.pdf is out of date *****"
569-
570-
doc/APRStt-Implementation-Notes.pdf : doc/APRStt-Implementation-Notes.docx
571-
echo "***** APRStt-Implementation-Notes.pdf is out of date *****"
572-
573-
doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf : doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.docx
574-
echo "***** A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf is out of date *****"
575-
576-
doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf : doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.docx
577-
echo "***** A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf is out of date *****"
578-
579-
doc/APRS-Telemetry-Toolkit.pdf : doc/APRS-Telemetry-Toolkit.docx
580-
echo "***** APRS-Telemetry-Toolkit.pdf is out of date *****"
581561

582562

583563

direwolf.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ int main (int argc, char *argv[])
236236

237237
text_color_init(t_opt);
238238
text_color_set(DW_COLOR_INFO);
239-
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
239+
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
240240
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "K", __DATE__);
241-
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
241+
dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
242242

243243
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB)
244244
dw_printf ("Includes optional support for: ");

doc/APRStt-Implementation-Notes.pdf

-147 Bytes
Binary file not shown.

doc/Raspberry-Pi-APRS-Tracker.pdf

737 Bytes
Binary file not shown.

doc/User-Guide.pdf

32.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)