summaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: b58dc32237d9917a77abd16d0348c985da614180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Minor and major version, used to communicate changes to users.
#define VERSION_MAJOR		@MultiMC_VERSION_MAJOR@
#define VERSION_MINOR		@MultiMC_VERSION_MINOR@

// 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 for the updater's channel
#define CHANLIST_URL       "@MultiMC_CHANLIST_URL@"

// 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@"