File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11
11
; Configuration
12
12
13
13
; General
14
- Name " Analogue Repeater 20150308 "
15
- OutFile " AnalogueRepeater-20150308 .exe"
14
+ Name " Analogue Repeater 20150404 "
15
+ OutFile " AnalogueRepeater-20150404 .exe"
16
16
17
17
; Folder selection page
18
18
InstallDir " $PROGRAMFILES\Analogue Repeater"
Original file line number Diff line number Diff line change 1
- Analogue Repeater - 20150308
1
+ Analogue Repeater - 20150404
2
2
============================
3
3
4
4
Windows
Original file line number Diff line number Diff line change 1
- Analogue Repeater - 20150308
1
+ Analogue Repeater - 20150404
2
2
============================
3
3
4
4
20130702
@@ -46,3 +46,7 @@ Fixed a compile bug when defining GPIO.
46
46
More changes to the ALSA interface.
47
47
Added a .mk for the Pi2.
48
48
49
+ 20150404
50
+ --------
51
+
52
+ Allow enumeration of the sound devices including the running one.
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 ("20150308 - DEBUG" );
27
+ const wxString VERSION = wxT ("20150404 - DEBUG" );
28
28
#else
29
- const wxString VERSION = wxT ("20150308 " );
29
+ const wxString VERSION = wxT ("20150404 " );
30
30
#endif
31
31
32
32
#endif
You can’t perform that action at this time.
0 commit comments