Skip to content

Commit d83a3a7

Browse files
committed
The 20150404 release of the Analogue Repeater.
1 parent 841b87b commit d83a3a7

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

AnalogueRepeater.nsi

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

1313
;General
14-
Name "Analogue Repeater 20150308"
15-
OutFile "AnalogueRepeater-20150308.exe"
14+
Name "Analogue Repeater 20150404"
15+
OutFile "AnalogueRepeater-20150404.exe"
1616

1717
;Folder selection page
1818
InstallDir "$PROGRAMFILES\Analogue Repeater"

AnalogueRepeater/BUILD.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Analogue Repeater - 20150308
1+
Analogue Repeater - 20150404
22
============================
33

44
Windows

AnalogueRepeater/CHANGES.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Analogue Repeater - 20150308
1+
Analogue Repeater - 20150404
22
============================
33

44
20130702
@@ -46,3 +46,7 @@ Fixed a compile bug when defining GPIO.
4646
More changes to the ALSA interface.
4747
Added a .mk for the Pi2.
4848

49+
20150404
50+
--------
51+
52+
Allow enumeration of the sound devices including the running one.

AnalogueRepeater/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("20150308 - DEBUG");
27+
const wxString VERSION = wxT("20150404 - DEBUG");
2828
#else
29-
const wxString VERSION = wxT("20150308");
29+
const wxString VERSION = wxT("20150404");
3030
#endif
3131

3232
#endif

0 commit comments

Comments
 (0)