summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-12-04 12:34:12 -0600
committerAndrew <forkk@forkk.net>2013-12-04 12:34:12 -0600
commitbf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f (patch)
treec5da1162598f91853555c580bdba6b778dfc1ac0 /config.h.in
parent6aa9bd0f77dcb5128167fae62e32aa5252fe85c6 (diff)
downloadMultiMC-bf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f.tar
MultiMC-bf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f.tar.gz
MultiMC-bf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f.tar.lz
MultiMC-bf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f.tar.xz
MultiMC-bf94aaea7527a8f5b9f3b8c1ab6ff4e88cbd748f.zip
Rework the update checking system
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 26c8b1e9..b58dc322 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,19 +2,17 @@
#define VERSION_MAJOR @MultiMC_VERSION_MAJOR@
#define VERSION_MINOR @MultiMC_VERSION_MINOR@
-// Build number and type -- numer is used by the updater, type is purely visual
+// Build number, channel, and type -- number and channel are used by the updater, type is purely visual
#define VERSION_BUILD @MultiMC_VERSION_BUILD@
+#define VERSION_CHANNEL "@MultiMC_VERSION_CHANNEL@"
#define VERSION_BUILD_TYPE "@MultiMC_VERSION_BUILD_TYPE@"
-// URL base for the updater
-#define VERSION_REPO "@MultiMC_REPO_BASE_URL@"
+// URL for the updater's channel
+#define CHANLIST_URL "@MultiMC_CHANLIST_URL@"
-// The branch used for this build. User can switch between 'stable' and 'develop'
-// if this is one of them. Otherwise, it pulls only from this one.
-#define VERSION_BRANCH "@MultiMC_VERSION_BRANCH@"
-
-// the commit hash of this build
+// The commit hash of this build
#define GIT_COMMIT "@MultiMC_GIT_COMMIT@"
// This is printed on start to standard output
#define VERSION_STR "@MultiMC_VERSION_STRING@"
+