From e326b62293b898a72addf437de320ad25435e51f Mon Sep 17 00:00:00 2001 From: Ciaran Fisher Date: Wed, 17 Jun 2020 18:16:38 +0100 Subject: [PATCH] Version 1.9.0.1 Release --- AutoUpdater/Properties/AssemblyInfo.cs | 4 ++-- DCS-SR-Client/Properties/AssemblyInfo.cs | 4 ++-- DCS-SR-Common/Network/UpdaterChecker.cs | 2 +- DCS-SimpleRadio Server/Properties/AssemblyInfo.cs | 4 ++-- Installer/Properties/AssemblyInfo.cs | 4 ++-- Scripts/DCS-SRS-AutoConnectGameGUI.lua | 4 ++-- Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua | 6 +++--- Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua | 6 +++--- Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua | 4 ++-- Scripts/DCS-SRS/entry.lua | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/AutoUpdater/Properties/AssemblyInfo.cs b/AutoUpdater/Properties/AssemblyInfo.cs index a1bcb0a63..0d9422d12 100644 --- a/AutoUpdater/Properties/AssemblyInfo.cs +++ b/AutoUpdater/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.0.1")] +[assembly: AssemblyFileVersion("1.9.0.1")] diff --git a/DCS-SR-Client/Properties/AssemblyInfo.cs b/DCS-SR-Client/Properties/AssemblyInfo.cs index 12b6289e8..5ca0cd9f8 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.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.9.0.1")] +[assembly: AssemblyFileVersion("1.9.0.1")] \ No newline at end of file diff --git a/DCS-SR-Common/Network/UpdaterChecker.cs b/DCS-SR-Common/Network/UpdaterChecker.cs index 0a486e700..42f07136f 100644 --- a/DCS-SR-Common/Network/UpdaterChecker.cs +++ b/DCS-SR-Common/Network/UpdaterChecker.cs @@ -21,7 +21,7 @@ public class UpdaterChecker public static readonly string MINIMUM_PROTOCOL_VERSION = "1.9.0.0"; - public static readonly string VERSION = "1.9.0.0"; + public static readonly string VERSION = "1.9.0.1"; private static readonly Logger _logger = LogManager.GetCurrentClassLogger(); diff --git a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs index 4332f5de3..e97a5511e 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.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.9.0.1")] +[assembly: AssemblyFileVersion("1.9.0.1")] \ No newline at end of file diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index 12f3f8e0f..cb292db79 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.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.9.0.1")] +[assembly: AssemblyFileVersion("1.9.0.1")] \ No newline at end of file diff --git a/Scripts/DCS-SRS-AutoConnectGameGUI.lua b/Scripts/DCS-SRS-AutoConnectGameGUI.lua index acc94c7d9..f805dd735 100644 --- a/Scripts/DCS-SRS-AutoConnectGameGUI.lua +++ b/Scripts/DCS-SRS-AutoConnectGameGUI.lua @@ -1,4 +1,4 @@ --- Version 1.9.0.0 +-- Version 1.9.0.1 -- ONLY COPY THIS WHOLE 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 and SERVER_SRS_PORT (5002 by default) below. @@ -225,4 +225,4 @@ SRSAuto.sendMessage = function(msg, showTime, gid) end DCS.setUserCallbacks(SRSAuto) -net.log("Loaded - DCS-SRS-AutoConnect 1.9.0.0") \ No newline at end of file +net.log("Loaded - DCS-SRS-AutoConnect 1.9.0.1") \ No newline at end of file diff --git a/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua b/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua index 38a04ca90..fd987c7b7 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua @@ -1,9 +1,9 @@ --- Version 1.9.0.0 +-- Version 1.9.0.1 -- Make sure you COPY this file to the same location as the Export.lua as well! -- Otherwise the Overlay will not work -net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 1.9.0.0 ") +net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 1.9.0.1 ") local base = _G @@ -614,4 +614,4 @@ end DCS.setUserCallbacks(srsOverlay) -net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 1.9.0.0 ") \ No newline at end of file +net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 1.9.0.1 ") \ No newline at end of file diff --git a/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua b/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua index b83fce9fd..112b43d2d 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua @@ -1,8 +1,8 @@ --- Version 1.9.0.0 +-- Version 1.9.0.1 -- Make sure you COPY this file to the same location as the Export.lua as well! -- Otherwise the Radio Might not work -net.log("Loading - DCS-SRS GameGUI - Ciribob: 1.9.0.0") +net.log("Loading - DCS-SRS GameGUI - Ciribob: 1.9.0.1") local SRS = {} SRS.CLIENT_ACCEPT_AUTO_CONNECT = true --- Set to false if you want to disable AUTO CONNECT @@ -369,4 +369,4 @@ end DCS.setUserCallbacks(SRS) -net.log("Loaded - DCS-SRS GameGUI - Ciribob: 1.9.0.0") \ No newline at end of file +net.log("Loaded - DCS-SRS GameGUI - Ciribob: 1.9.0.1") \ No newline at end of file diff --git a/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua b/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua index 4e52423cf..04800b9e5 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua @@ -1,4 +1,4 @@ --- Version 1.9.0.0 +-- Version 1.9.0.1 -- Special thanks to Cap. Zeen, Tarres and Splash for all the help -- with getting the radio information :) -- Run the installer to correctly install this file @@ -3483,4 +3483,4 @@ function SR.tableShow(tbl, loc, indent, tableshow_tbls) --based on serialize_slm end end -SR.log("Loaded SimpleRadio Standalone Export version: 1.9.0.0") \ No newline at end of file +SR.log("Loaded SimpleRadio Standalone Export version: 1.9.0.1") \ No newline at end of file diff --git a/Scripts/DCS-SRS/entry.lua b/Scripts/DCS-SRS/entry.lua index b0ee4b27e..c6282adf1 100644 --- a/Scripts/DCS-SRS/entry.lua +++ b/Scripts/DCS-SRS/entry.lua @@ -4,7 +4,7 @@ declare_plugin("DCS-SRS", { developerName = _("Ciribob"), developerLink = _("https://github.com/ciribob/DCS-SimpleRadioStandalone"), displayName = _("DCS SimpleRadio Standalone"), - version = "1.9.0.0", + version = "1.9.0.1", state = "installed", info = _("DCS-SimpleRadio Standalone\n\nBrings realistic VoIP comms to DCS with a cockpit integration with every aircraft\n\nCheck Special Settings for SRS integration settings\n\nSRS Discord for Support: https://discord.gg/baw7g3t"), binaries = {"srs.dll"},