Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Jun 14, 2015
1 parent 113112f commit 927982d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog - xRAT 2.0
====================

xRAT v2.0.0.0 RELEASE4 [tbd]
xRAT v2.0.0.0 RELEASE4 [14.06.2015]
---
* **Changed Target Framework to .NET Framework 3.5 Client Profile**
* Added Startup Manager
Expand Down
2 changes: 1 addition & 1 deletion Server/Settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace xServer.Settings
{
public static class XMLSettings
{
public const string VERSION = "RELEASE3";
public const string VERSION = "RELEASE4";
public static ushort ListenPort { get; set; }
public static bool ShowToU { get; set; }
public static bool AutoListen { get; set; }
Expand Down

0 comments on commit 927982d

Please sign in to comment.