changed version
This commit is contained in:
parent
c3c393c2f1
commit
2d8c6df506
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace WeeXnes.Core
|
|||
public static string encryptionKey = "8zf5#RdyQ]$4x4_";
|
||||
public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes");
|
||||
public static string SettingsFileName = "settings.ini";
|
||||
public static string version = "2.5";
|
||||
public static string version = "2.6";
|
||||
public static bool info_isRpcRunning = false;
|
||||
public static bool info_RpcAutoStart;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue