Skip to content

Commit

Permalink
Update changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
marceldev89 committed Dec 23, 2015
1 parent 180d7ee commit f2b791f
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 18 deletions.
6 changes: 3 additions & 3 deletions BattleNET client/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand All @@ -17,7 +17,7 @@ internal class Program
private static void Main(string[] args)
{
Console.WriteLine(
"BattleNET v1.3.2 - BattlEye Library and Client\n\n" +
"BattleNET v1.3.3 - BattlEye Library and Client\n\n" +
"Copyright (C) 2015 by it's authors.\n" +
"Some rights reserved. See license.txt, authors.txt.\n"
);
Expand Down Expand Up @@ -60,7 +60,7 @@ private static void Main(string[] args)
loginCredentials = GetLoginCredentials();
}

Console.Title = string.Format("BattleNET client v1.3.2 - {0}:{1}", loginCredentials.Host, loginCredentials.Port);
Console.Title = string.Format("BattleNET client v1.3.3 - {0}:{1}", loginCredentials.Host, loginCredentials.Port);

BattlEyeClient b = new BattlEyeClient(loginCredentials);
b.BattlEyeMessageReceived += BattlEyeMessageReceived;
Expand Down
4 changes: 2 additions & 2 deletions BattleNET client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyFileVersion("1.3.2")]
[assembly: AssemblyVersion("1.3.3")]
[assembly: AssemblyFileVersion("1.3.3")]
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeCommandResult.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeConnectionResult.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeDisconnectEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeDisconnectionType.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyeMessageEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattlEyePacketType.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/BattleEyeLoginCredentials.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/CRC32.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
2 changes: 1 addition & 1 deletion BattleNET/Helpers.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BattleNET v1.3.2 - BattlEye Library and Client *
* BattleNET v1.3.3 - BattlEye Library and Client *
* *
* Copyright (C) 2015 by it's authors. *
* Some rights reserved. See license.txt, authors.txt. *
Expand Down
4 changes: 2 additions & 2 deletions BattleNET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyFileVersion("1.3.2")]
[assembly: AssemblyVersion("1.3.3")]
[assembly: AssemblyFileVersion("1.3.3")]
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.3.3
* Improved command queuing system (Fixes #37)

v1.3.2
* Fixed an issue with banlists (Thank you DomiStyle)
* Added "admins" command, which returns all connected RCon clients (Thank you maca134)
Expand Down

0 comments on commit f2b791f

Please sign in to comment.