From b49fa9d2a99b1230dd9b3146d5a1bb65848b4aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 5 Jan 2014 00:06:55 +0100 Subject: Mess with the updater again. --- config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h.in') 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@" -- cgit v1.2.3