File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
; Configuration
12
12
13
13
; General
14
- Name " DStarRepeater 20151001 "
15
- OutFile " DStarRepeater-20151001 .exe"
14
+ Name " DStarRepeater 20151012 "
15
+ OutFile " DStarRepeater-20151012 .exe"
16
16
17
17
; Folder selection page
18
18
InstallDir " $PROGRAMFILES\D-Star Repeater"
Original file line number Diff line number Diff line change 1
- Repeater - 20151001
1
+ Repeater - 20151012
2
2
===================
3
3
4
4
Windows
Original file line number Diff line number Diff line change 1
- Repeater - 20151001
1
+ Repeater - 20151012
2
2
===================
3
3
4
4
20090530
@@ -2071,7 +2071,7 @@ Change the slipped sync detection in the sound card repeater driver.
2071
2071
Use a new matched filter in the GMSK modem.
2072
2072
More MMDVM driver changes.
2073
2073
2074
- 2015xxxx
2074
+ 20151012
2075
2075
--------
2076
2076
2077
2077
Change to the Windows serial controller for Windows 10.
Original file line number Diff line number Diff line change 24
24
const wxString VENDOR_NAME = wxT ("G4KLX" );
25
25
26
26
#if defined(__WXDEBUG__ )
27
- const wxString VERSION = wxT ("20151001 - DEBUG" );
27
+ const wxString VERSION = wxT ("20151012 - DEBUG" );
28
28
#else
29
- const wxString VERSION = wxT ("20151001 " );
29
+ const wxString VERSION = wxT ("20151012 " );
30
30
#endif
31
31
32
32
#endif
You can’t perform that action at this time.
0 commit comments