summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
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 d30c9b1..4dbe929 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -27,7 +27,7 @@
#endif
#ifndef BUILD_NUM
-#define BUILD_NUM 248
+#define BUILD_NUM 249
#endif
#ifndef SNAPSHOT_ID
@@ -42,6 +42,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)