Skip to content

Commit f54a6f2

Browse files
committed
The 20151012 release of the D-Star Repeater.
1 parent 2802172 commit f54a6f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

DStarRepeater.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
;Configuration
1212

1313
;General
14-
Name "DStarRepeater 20151001"
15-
OutFile "DStarRepeater-20151001.exe"
14+
Name "DStarRepeater 20151012"
15+
OutFile "DStarRepeater-20151012.exe"
1616

1717
;Folder selection page
1818
InstallDir "$PROGRAMFILES\D-Star Repeater"

DStarRepeater/BUILD.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Repeater - 20151001
1+
Repeater - 20151012
22
===================
33

44
Windows

DStarRepeater/CHANGES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Repeater - 20151001
1+
Repeater - 20151012
22
===================
33

44
20090530
@@ -2071,7 +2071,7 @@ Change the slipped sync detection in the sound card repeater driver.
20712071
Use a new matched filter in the GMSK modem.
20722072
More MMDVM driver changes.
20732073

2074-
2015xxxx
2074+
20151012
20752075
--------
20762076

20772077
Change to the Windows serial controller for Windows 10.

DStarRepeater/Common/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
const wxString VENDOR_NAME = wxT("G4KLX");
2525

2626
#if defined(__WXDEBUG__)
27-
const wxString VERSION = wxT("20151001 - DEBUG");
27+
const wxString VERSION = wxT("20151012 - DEBUG");
2828
#else
29-
const wxString VERSION = wxT("20151001");
29+
const wxString VERSION = wxT("20151012");
3030
#endif
3131

3232
#endif

0 commit comments

Comments
 (0)