Updated version

This commit is contained in:
MaxXor 2015-07-12 09:47:55 +02:00
parent f63e2fe65c
commit cbf162825a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace xServer.Settings
{
public static class XMLSettings
{
public const string VERSION = "RELEASE4";
public const string VERSION = "RELEASE4.1";
public static ushort ListenPort { get; set; }
public static bool ShowToU { get; set; }
public static bool AutoListen { get; set; }