A Little Code cleanup in FrmMain, and set Version to 2.2.1 for public release.

This commit is contained in:
gjefferyes
2015-01-27 09:09:24 -06:00
parent 48ea11ab2e
commit b368f33351
3 changed files with 91 additions and 98 deletions

View File

@@ -15,7 +15,7 @@ namespace ROMVault2
//public static UsernamePassword Up;
public static readonly Encoding Enc = Encoding.GetEncoding(28591);
public const string Version = "2.2";
public const int SubVersion = 0;
public const int SubVersion = 1;
public static string ErrorMessage;
public static string URL;