comparison FrmMain.cs @ 183:75afd724a825

* Increase WarFoundry WinForms version numbers to 0.1 in preparation for first WinForms release no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 18 Oct 2010 20:00:01 +0000
parents 3d0ff6f51423
children 1ca23c47345a
comparison
equal deleted inserted replaced
182:8db0f73b43f4 183:75afd724a825
34 /// Summary description for Form1. 34 /// Summary description for Form1.
35 /// </summary> 35 /// </summary>
36 public class FrmMain : System.Windows.Forms.Form 36 public class FrmMain : System.Windows.Forms.Form
37 { 37 {
38 private static readonly string AppTitle = "WarFoundry"; 38 private static readonly string AppTitle = "WarFoundry";
39 internal static readonly string VERSION = "0.1RC2"; 39 internal static readonly string VERSION = "0.1";
40 const string DefaultDataDir = "data"; 40 const string DefaultDataDir = "data";
41 41
42 private Preferences preferences; 42 private Preferences preferences;
43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain)); 43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain));
44 44