Skip to content

Commit

Permalink
Version Bump 1.7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Fisher committed Dec 29, 2019
1 parent 32138ba commit 5b05417
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions AutoUpdater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1.5")]
[assembly: AssemblyFileVersion("1.7.1.5")]
[assembly: AssemblyVersion("1.7.1.6")]
[assembly: AssemblyFileVersion("1.7.1.6")]
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.7.1.5")]
[assembly: AssemblyFileVersion("1.7.1.5")]
[assembly: AssemblyVersion("1.7.1.6")]
[assembly: AssemblyFileVersion("1.7.1.6")]
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class UpdaterChecker

public static readonly string MINIMUM_PROTOCOL_VERSION = "1.7.0.0";

public static readonly string VERSION = "1.7.1.5";
public static readonly string VERSION = "1.7.1.6";

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.7.1.5")]
[assembly: AssemblyFileVersion("1.7.1.5")]
[assembly: AssemblyVersion("1.7.1.6")]
[assembly: AssemblyFileVersion("1.7.1.6")]
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.7.1.5")]
[assembly: AssemblyFileVersion("1.7.1.5")]
[assembly: AssemblyVersion("1.7.1.6")]
[assembly: AssemblyFileVersion("1.7.1.6")]
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.7.1.5
-- Version 1.7.1.6
-- 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 @@ -211,4 +211,4 @@ SRSAuto.sendMessage = function(msg, showTime, gid)
end

DCS.setUserCallbacks(SRSAuto)
net.log("Loaded - DCS-SRS-AutoConnect 1.7.1.5")
net.log("Loaded - DCS-SRS-AutoConnect 1.7.1.6")
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- Version 1.7.1.5
-- Version 1.7.1.6
-- 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.7.1.5 ")
net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 1.7.1.6 ")

local base = _G

Expand Down Expand Up @@ -478,4 +478,4 @@ end

DCS.setUserCallbacks(srsOverlay)

net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 1.7.1.5 ")
net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 1.7.1.6 ")
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Version 1.7.1.5
-- Version 1.7.1.6
-- 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.7.1.5")
net.log("Loading - DCS-SRS GameGUI - Ciribob: 1.7.1.6")
local SRS = {}

SRS.CLIENT_ACCEPT_AUTO_CONNECT = true --- Set to false if you want to disable AUTO CONNECT
Expand Down Expand Up @@ -149,4 +149,4 @@ end

DCS.setUserCallbacks(SRS)

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

SR.log("Loaded SimpleRadio Standalone Export version: 1.7.1.5")
SR.log("Loaded SimpleRadio Standalone Export version: 1.7.1.6")
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS/entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare_plugin("DCS-SRS", {
"srs.dll"
},

version = "1.7.1.5",
version = "1.7.1.6",
state = "installed",
developerName = "github.com/ciribob/DCS-SimpleRadioStandalone",
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"),
Expand Down

0 comments on commit 5b05417

Please sign in to comment.