Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Fisher committed Mar 3, 2018
1 parent 25fd4d6 commit 2dbf3d3
Show file tree
Hide file tree
Showing 16 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.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: AssemblyVersion("1.4.7.0")]
[assembly: AssemblyFileVersion("1.4.7.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 @@ -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()
{
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.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: AssemblyVersion("1.4.7.0")]
[assembly: AssemblyFileVersion("1.4.7.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.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: AssemblyVersion("1.4.7.0")]
[assembly: AssemblyFileVersion("1.4.7.0")]
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
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.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 :
Expand Down Expand Up @@ -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")
2 changes: 1 addition & 1 deletion install-build/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install-build/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion install-build/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file not shown.
Binary file modified install-build/Installer.exe
Binary file not shown.
Binary file modified install-build/SR-ClientRadio.exe
Binary file not shown.
Binary file modified install-build/SR-Server.exe
Binary file not shown.
Binary file modified install-build/opus.dll
Binary file not shown.

0 comments on commit 2dbf3d3

Please sign in to comment.