Skip to content

Commit

Permalink
Release 1.4.2.0
Browse files Browse the repository at this point in the history
Bug fix for Audio Dropout
Preliminary Version for Harrier
  • Loading branch information
Ciaran Fisher committed Nov 29, 2017
1 parent ae326d1 commit 39a398c
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DCS-SR-Client/Properties/AssemblyInfo.cs
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Expand Up @@ -13,7 +13,7 @@ public class UpdaterChecker
{
public static readonly string MINIMUM_PROTOCOL_VERSION = "1.4.1.0";

public static readonly string VERSION = "1.4.1.0";
public static readonly string VERSION = "1.4.2.0";

public static async void CheckForUpdate()
{
Expand Down
4 changes: 2 additions & 2 deletions DCS-SimpleRadio Server/Properties/AssemblyInfo.cs
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-AutoConnectGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts or Saved Games\DCS.openalpha\Scripts
-- Make sure you enter the correct address into SERVER_SRS_HOST below.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-OverlayGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Overlay will not work

Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-SRSGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work

Expand Down
4 changes: 2 additions & 2 deletions Scripts/DCS-SimpleRadioStandalone.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- Special thanks to Cap. Zeen, Tarres and Splash for all the help
-- with getting the radio information :)
-- Add (without the --) To the END OF your Export.lua to enable Simple Radio Standalone :
Expand Down Expand Up @@ -1680,4 +1680,4 @@ function SR.nearlyEqual(a, b, diff)
return math.abs(a - b) < diff
end

SR.log("Loaded SimpleRadio Standalone Export version: 1.4.1.0")
SR.log("Loaded SimpleRadio Standalone Export version: 1.4.2.0")
2 changes: 1 addition & 1 deletion install-build/DCS-SRS-AutoConnectGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts or Saved Games\DCS.openalpha\Scripts
-- Make sure you enter the correct address into SERVER_SRS_HOST below.
Expand Down
2 changes: 1 addition & 1 deletion install-build/DCS-SRS-OverlayGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Overlay will not work

Expand Down
2 changes: 1 addition & 1 deletion install-build/DCS-SRSGameGUI.lua
@@ -1,4 +1,4 @@
-- Version 1.4.1.0
-- Version 1.4.2.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work

Expand Down
Binary file not shown.
Binary file modified install-build/Installer.exe
Binary file not shown.
Binary file modified install-build/SR-ClientRadio.exe
Binary file not shown.
Binary file modified install-build/SR-Server.exe
Binary file not shown.
Binary file modified install-build/opus.dll
Binary file not shown.

0 comments on commit 39a398c

Please sign in to comment.