comparison FrmMain.cs @ 158:0ae6aff8c862

* Update version number to v0.1b9 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 31 May 2010 20:09:12 +0000
parents 1bcd7ea857c4
children 964f946d3cac
comparison
equal deleted inserted replaced
157:08271d6569fa 158:0ae6aff8c862
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.1b8"; 39 internal static readonly string VERSION = "0.1b9";
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