mirror of https://github.com/quasar/Quasar.git
Updated version
This commit is contained in:
parent
f63e2fe65c
commit
cbf162825a
|
@ -7,7 +7,7 @@ namespace xServer.Settings
|
||||||
{
|
{
|
||||||
public static class XMLSettings
|
public static class XMLSettings
|
||||||
{
|
{
|
||||||
public const string VERSION = "RELEASE4";
|
public const string VERSION = "RELEASE4.1";
|
||||||
public static ushort ListenPort { get; set; }
|
public static ushort ListenPort { get; set; }
|
||||||
public static bool ShowToU { get; set; }
|
public static bool ShowToU { get; set; }
|
||||||
public static bool AutoListen { get; set; }
|
public static bool AutoListen { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue