Skip to content

Commit

Permalink
Replace 1.3 beta test by version 1.3.
Browse files Browse the repository at this point in the history
No functional changes, only minor documentation updates.
  • Loading branch information
wb2osz committed May 3, 2016
1 parent 77a3b50 commit 209a858
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

----------

## Version 1.3 -- Beta Test -- March 2016 ##
## Version 1.3 -- May 2016 ##

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.

### New Features: ###

Expand Down
20 changes: 0 additions & 20 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -558,26 +558,6 @@ dist-src : README.md CHANGES.md \

# Reminders if pdf files are not up to date.

doc/User-Guide.pdf : doc/User-Guide.docx
echo "***** User-Guide.pdf is out of date *****"

doc/Raspberry-Pi-APRS.pdf : doc/Raspberry-Pi-APRS.docx
echo "***** Raspberry-Pi-APRS.pdf is out of date *****"

doc/Raspberry-Pi-APRS-Tracker.pdf : doc/Raspberry-Pi-APRS-Tracker.docx
echo "***** Raspberry-Pi-APRS-Tracker.pdf is out of date *****"

doc/APRStt-Implementation-Notes.pdf : doc/APRStt-Implementation-Notes.docx
echo "***** APRStt-Implementation-Notes.pdf is out of date *****"

doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf : doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.docx
echo "***** A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf is out of date *****"

doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf : doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.docx
echo "***** A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf is out of date *****"

doc/APRS-Telemetry-Toolkit.pdf : doc/APRS-Telemetry-Toolkit.docx
echo "***** APRS-Telemetry-Toolkit.pdf is out of date *****"



Expand Down
4 changes: 2 additions & 2 deletions direwolf.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ int main (int argc, char *argv[])

text_color_init(t_opt);
text_color_set(DW_COLOR_INFO);
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "K", __DATE__);
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);

#if defined(ENABLE_GPSD) || defined(USE_HAMLIB)
dw_printf ("Includes optional support for: ");
Expand Down
Binary file modified doc/APRStt-Implementation-Notes.pdf
Binary file not shown.
Binary file modified doc/Raspberry-Pi-APRS-Tracker.pdf
Binary file not shown.
Binary file modified doc/User-Guide.pdf
Binary file not shown.

0 comments on commit 209a858

Please sign in to comment.