summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-11-18 17:43:11 (GMT)
committer jacob1 <jfu614@gmail.com>2012-11-18 17:43:11 (GMT)
commit4654a2aaa0c7a48583ec3e1b2b3d1c0923afc0cd (patch)
treec5cf4c23b8302c6ea264f1549b81a6c176c591f3 /src/Config.h
parent0be465aa4e658a75cad201b0f6f32b20acea9c9f (diff)
downloadpowder-4654a2aaa0c7a48583ec3e1b2b3d1c0923afc0cd.zip
powder-4654a2aaa0c7a48583ec3e1b2b3d1c0923afc0cd.tar.gz
update build number, which was incorrect. Add an easy way for mods to ignore updates
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h
index 5d2a1a5..44ca23f 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -25,7 +25,7 @@
#endif
#ifndef BUILD_NUM
-#define BUILD_NUM 248
+#define BUILD_NUM 249
#endif
#ifndef SNAPSHOT_ID
@@ -40,6 +40,8 @@
#endif
//VersionInfoEnd
+//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
+
#if defined(SNAPSHOT)
#define IDENT_RELTYPE "S"
#elif defined(BETA)