ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/xmlTools/trunk/posUpdate/Program.cs
(Generate patch)

Comparing xmlTools/trunk/posUpdate/Program.cs (file contents):
Revision 867 by s10k, Thu May 9 10:37:17 2013 UTC vs.
Revision 868 by s10k, Fri May 10 14:42:11 2013 UTC

# Line 10 | Line 10 | namespace xmlTools
10   {
11      class Program
12      {
13 <        public static readonly string toolsVersion = "0.8f";
13 >        public static readonly string toolsVersion = "0.8g";
14          private static appErrors lastError = appErrors.NO_ERROR;
15  
16          public enum appErrors
# Line 43 | Line 43 | namespace xmlTools
43              {
44                  Environment.Exit(1);
45              }
46
46              lastError = error;
47          }
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)