summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9681b825..6eb3fcef 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,3 +1,5 @@
+#pragma once
+
// Minor and major version, used to communicate changes to users.
#define VERSION_MAJOR @MultiMC_VERSION_MAJOR@
#define VERSION_MINOR @MultiMC_VERSION_MINOR@
@@ -16,6 +18,9 @@
// Used for matching notifications
#define FULL_VERSION_STR "@MultiMC_VERSION_MAJOR@.@MultiMC_VERSION_MINOR@.@MultiMC_VERSION_BUILD@"
+// enabled for updater dry run
+#cmakedefine MultiMC_UPDATER_DRY_RUN
+
// The commit hash of this build
#define GIT_COMMIT "@MultiMC_GIT_COMMIT@"