Skip to content

Commit

Permalink
Version Bump to 1.2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Fisher committed Sep 22, 2016
1 parent 709a577 commit 75b9ec6
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 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.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.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 @@ -11,7 +11,7 @@ namespace Ciribob.DCS.SimpleRadio.Standalone.Common
//Quick and dirty update checker based on GitHub Published Versions
public class UpdaterChecker
{
public static readonly string VERSION = "1.2.5.0";
public static readonly string VERSION = "1.2.6.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.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.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.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.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.2.5.0
-- Version 1.2.6.0
-- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts or Saved Games\DCS.openalpha\Scripts
-- Make sure you enter the correct address into SERVER_SRS_HOST below.
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.2.5.0
-- Version 1.2.6.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work
local SRS = {}
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.2.5.0
-- Version 1.2.6.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 @@ -1461,4 +1461,4 @@ function SR.nearlyEqual(a, b, diff)
return math.abs(a - b) < diff
end

SR.log("Loaded SimpleRadio Standalone Export version: 1.2.5.0")
SR.log("Loaded SimpleRadio Standalone Export version: 1.2.6.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.2.5.0
-- Version 1.2.6.0
-- ONLY COPY THIS FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts or Saved Games\DCS.openalpha\Scripts
-- Make sure you enter the correct address into SERVER_SRS_HOST below.
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.2.5.0
-- Version 1.2.6.0
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work
local SRS = {}
Expand Down
Binary file modified install-build/DCS-SimpleRadioStandalone.zip
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 75b9ec6

Please sign in to comment.