diff --git a/DCS-SR-Client/Properties/AssemblyInfo.cs b/DCS-SR-Client/Properties/AssemblyInfo.cs index bfa44612c..847a0c429 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.6.0")] -[assembly: AssemblyFileVersion("1.4.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.7.0")] +[assembly: AssemblyFileVersion("1.4.7.0")] \ No newline at end of file diff --git a/DCS-SR-Common/Network/UpdaterChecker.cs b/DCS-SR-Common/Network/UpdaterChecker.cs index 21788608e..1cfb0a500 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.3.0"; - public static readonly string VERSION = "1.4.6.0"; + public static readonly string VERSION = "1.4.7.0"; public static async void CheckForUpdate() { diff --git a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs index 5dae18837..ea6678854 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.6.0")] -[assembly: AssemblyFileVersion("1.4.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.7.0")] +[assembly: AssemblyFileVersion("1.4.7.0")] \ No newline at end of file diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index c7cc77395..d44066f31 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.6.0")] -[assembly: AssemblyFileVersion("1.4.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.7.0")] +[assembly: AssemblyFileVersion("1.4.7.0")] \ No newline at end of file diff --git a/Scripts/DCS-SRS-AutoConnectGameGUI.lua b/Scripts/DCS-SRS-AutoConnectGameGUI.lua index 25dcfc990..c78240f31 100644 --- a/Scripts/DCS-SRS-AutoConnectGameGUI.lua +++ b/Scripts/DCS-SRS-AutoConnectGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.0 -- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER! -- The file must be in Saved Games\DCS\Scripts\Hooks or Saved Games\DCS.openalpha\Scripts\Hooks -- 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 e6ae40187..bc16a1a32 100644 --- a/Scripts/DCS-SRS-OverlayGameGUI.lua +++ b/Scripts/DCS-SRS-OverlayGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.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 847715931..cd47d4204 100644 --- a/Scripts/DCS-SRSGameGUI.lua +++ b/Scripts/DCS-SRSGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.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 6f2979293..d37f3e189 100644 --- a/Scripts/DCS-SimpleRadioStandalone.lua +++ b/Scripts/DCS-SimpleRadioStandalone.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.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 : @@ -1700,4 +1700,4 @@ function SR.nearlyEqual(a, b, diff) return math.abs(a - b) < diff end -SR.log("Loaded SimpleRadio Standalone Export version: 1.4.6.0") +SR.log("Loaded SimpleRadio Standalone Export version: 1.4.7.0") diff --git a/install-build/DCS-SRS-AutoConnectGameGUI.lua b/install-build/DCS-SRS-AutoConnectGameGUI.lua index 25dcfc990..c78240f31 100644 --- a/install-build/DCS-SRS-AutoConnectGameGUI.lua +++ b/install-build/DCS-SRS-AutoConnectGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.0 -- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER! -- The file must be in Saved Games\DCS\Scripts\Hooks or Saved Games\DCS.openalpha\Scripts\Hooks -- 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 e6ae40187..bc16a1a32 100644 --- a/install-build/DCS-SRS-OverlayGameGUI.lua +++ b/install-build/DCS-SRS-OverlayGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.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 847715931..cd47d4204 100644 --- a/install-build/DCS-SRSGameGUI.lua +++ b/install-build/DCS-SRSGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.4.6.0 +-- Version 1.4.7.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.6.0.zip b/install-build/DCS-SimpleRadioStandalone-1.4.7.0.zip similarity index 70% rename from install-build/DCS-SimpleRadioStandalone-1.4.6.0.zip rename to install-build/DCS-SimpleRadioStandalone-1.4.7.0.zip index 5320485bc..147f95021 100644 Binary files a/install-build/DCS-SimpleRadioStandalone-1.4.6.0.zip and b/install-build/DCS-SimpleRadioStandalone-1.4.7.0.zip differ diff --git a/install-build/Installer.exe b/install-build/Installer.exe index 65a1fae04..a1986e729 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 a0ecfd173..74ff31daa 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 e36839d79..44b49ac46 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 d991908b8..e8d4af36a 100644 Binary files a/install-build/opus.dll and b/install-build/opus.dll differ