diff --git a/DCS-SR-Client/Properties/AssemblyInfo.cs b/DCS-SR-Client/Properties/AssemblyInfo.cs index f95658777..1cd59511e 100644 --- a/DCS-SR-Client/Properties/AssemblyInfo.cs +++ b/DCS-SR-Client/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] \ No newline at end of file diff --git a/DCS-SR-Common/Network/UpdaterChecker.cs b/DCS-SR-Common/Network/UpdaterChecker.cs index d0ad9f821..91de10fe4 100644 --- a/DCS-SR-Common/Network/UpdaterChecker.cs +++ b/DCS-SR-Common/Network/UpdaterChecker.cs @@ -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() { diff --git a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs index 7a72a19f1..493f9bbb6 100644 --- a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs +++ b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] \ No newline at end of file diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index c8a381f8c..f3a7069bc 100644 --- a/Installer/Properties/AssemblyInfo.cs +++ b/Installer/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] \ No newline at end of file diff --git a/Scripts/DCS-SRS-AutoConnectGameGUI.lua b/Scripts/DCS-SRS-AutoConnectGameGUI.lua index 003156418..75e31c1e1 100644 --- a/Scripts/DCS-SRS-AutoConnectGameGUI.lua +++ b/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. diff --git a/Scripts/DCS-SRS-OverlayGameGUI.lua b/Scripts/DCS-SRS-OverlayGameGUI.lua index 961f4a77a..76cac544b 100644 --- a/Scripts/DCS-SRS-OverlayGameGUI.lua +++ b/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 diff --git a/Scripts/DCS-SRSGameGUI.lua b/Scripts/DCS-SRSGameGUI.lua index 02bd24b4d..aac61ebcd 100644 --- a/Scripts/DCS-SRSGameGUI.lua +++ b/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 diff --git a/Scripts/DCS-SimpleRadioStandalone.lua b/Scripts/DCS-SimpleRadioStandalone.lua index f76594f58..f67ccc1cc 100644 --- a/Scripts/DCS-SimpleRadioStandalone.lua +++ b/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 : @@ -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") diff --git a/install-build/DCS-SRS-AutoConnectGameGUI.lua b/install-build/DCS-SRS-AutoConnectGameGUI.lua index 003156418..75e31c1e1 100644 --- a/install-build/DCS-SRS-AutoConnectGameGUI.lua +++ b/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. diff --git a/install-build/DCS-SRS-OverlayGameGUI.lua b/install-build/DCS-SRS-OverlayGameGUI.lua index 961f4a77a..76cac544b 100644 --- a/install-build/DCS-SRS-OverlayGameGUI.lua +++ b/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 diff --git a/install-build/DCS-SRSGameGUI.lua b/install-build/DCS-SRSGameGUI.lua index 02bd24b4d..aac61ebcd 100644 --- a/install-build/DCS-SRSGameGUI.lua +++ b/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 diff --git a/install-build/DCS-SimpleRadioStandalone-1.4.1.0.zip b/install-build/DCS-SimpleRadioStandalone-1.4.2.0.zip similarity index 74% rename from install-build/DCS-SimpleRadioStandalone-1.4.1.0.zip rename to install-build/DCS-SimpleRadioStandalone-1.4.2.0.zip index 37d0ae43d..24fe7df7b 100644 Binary files a/install-build/DCS-SimpleRadioStandalone-1.4.1.0.zip and b/install-build/DCS-SimpleRadioStandalone-1.4.2.0.zip differ diff --git a/install-build/Installer.exe b/install-build/Installer.exe index c10292124..d7f7e7fe7 100644 Binary files a/install-build/Installer.exe and b/install-build/Installer.exe differ diff --git a/install-build/SR-ClientRadio.exe b/install-build/SR-ClientRadio.exe index 869398a57..494aede3d 100644 Binary files a/install-build/SR-ClientRadio.exe and b/install-build/SR-ClientRadio.exe differ diff --git a/install-build/SR-Server.exe b/install-build/SR-Server.exe index 82a1aa9f4..7fc126cb4 100644 Binary files a/install-build/SR-Server.exe and b/install-build/SR-Server.exe differ diff --git a/install-build/opus.dll b/install-build/opus.dll index c10a95fce..d05e967bb 100644 Binary files a/install-build/opus.dll and b/install-build/opus.dll differ