Skip to content

Commit

Permalink
Release 1.6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Fisher committed Oct 12, 2019
1 parent ec85959 commit 85fe251
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DCS-SR-Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: AssemblyVersion("1.6.4.0")]
[assembly: AssemblyFileVersion("1.6.4.0")]
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class UpdaterChecker

public static readonly string MINIMUM_PROTOCOL_VERSION = "1.6.0.0";

public static readonly string VERSION = "1.6.3.0";
public static readonly string VERSION = "1.6.4.0";

private static readonly Logger _logger = LogManager.GetCurrentClassLogger();

Expand Down
4 changes: 2 additions & 2 deletions DCS-SimpleRadio Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: AssemblyVersion("1.6.4.0")]
[assembly: AssemblyFileVersion("1.6.4.0")]
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: AssemblyVersion("1.6.4.0")]
[assembly: AssemblyFileVersion("1.6.4.0")]
4 changes: 2 additions & 2 deletions Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 1.6.3.0
-- Version 1.6.4.0
-- 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 below.
Expand Down Expand Up @@ -210,4 +210,4 @@ SRSAuto.sendMessage = function(msg, showTime, gid)
end

DCS.setUserCallbacks(SRSAuto)
net.log("Loaded - DCS-SRS-AutoConnect1.6.3.0")
net.log("Loaded - DCS-SRS-AutoConnect1.6.4.0")
4 changes: 2 additions & 2 deletions Scripts/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 1.6.3.0
-- Version 1.6.4.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 Expand Up @@ -479,4 +479,4 @@ end

DCS.setUserCallbacks(srsOverlay)

net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob - 1.6.3.0 ")
net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob - 1.6.4.0 ")
4 changes: 2 additions & 2 deletions Scripts/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 1.6.3.0
-- Version 1.6.4.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 Expand Up @@ -127,4 +127,4 @@ end

DCS.setUserCallbacks(SRS)

net.log("Loaded - DCS-SRS GameGUI - Ciribob -1.6.3.0")
net.log("Loaded - DCS-SRS GameGUI - Ciribob -1.6.4.0")
4 changes: 2 additions & 2 deletions Scripts/DCS-SimpleRadioStandalone.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 1.6.3.0
-- Version 1.6.4.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 @@ -2221,4 +2221,4 @@ function SR.nearlyEqual(a, b, diff)
return math.abs(a - b) < diff
end

SR.log("Loaded SimpleRadio Standalone Export version:1.6.3.0")
SR.log("Loaded SimpleRadio Standalone Export version:1.6.4.0")

0 comments on commit 85fe251

Please sign in to comment.