summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-24 15:57:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-24 15:57:01 (GMT)
commit5a824850b3c719b4e376b47e5f93c9ff7ccb251d (patch)
treeecd0e4d20900d159465fca91fb0205081b4633d0 /includes
parent59a134d5f13cca97376de3711f49f6b095d22f6a (diff)
downloadpowder-5a824850b3c719b4e376b47e5f93c9ff7ccb251d.zip
powder-5a824850b3c719b4e376b47e5f93c9ff7ccb251d.tar.gz
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)
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 226e9a8..17cf111 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -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.