--- xmlTools/trunk/posUpdate/Program.cs 2013/03/27 16:13:41 750 +++ xmlTools/trunk/posUpdate/Program.cs 2013/05/10 14:42:11 868 @@ -10,7 +10,7 @@ namespace xmlTools { class Program { - public static readonly string toolsVersion = "0.8d"; + public static readonly string toolsVersion = "0.8g"; private static appErrors lastError = appErrors.NO_ERROR; public enum appErrors @@ -43,7 +43,6 @@ namespace xmlTools { Environment.Exit(1); } - lastError = error; }