Detect updates by build number, make confirm box autosize, also fix bug where config file is read before data dir is set (Therefore reading the wrong file)

This commit is contained in:
Simon Robertshaw
2011-09-24 16:57:01 +01:00
parent 59a134d5f1
commit 5a824850b3
3 changed files with 67 additions and 55 deletions

View File

@@ -8,9 +8,10 @@
#endif
//VersionInfoStart
#define SAVE_VERSION 61
#define SAVE_VERSION 64
#define MINOR_VERSION 0
#define BETA
//#define BETA
#define BUILD_NUM 0
//VersionInfoEnd
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.