MultiMC5/config.h.in

19 lines
694 B
C
Raw Normal View History

// Minor and major version, used to communicate changes to users.
#define VERSION_MAJOR @MultiMC_VERSION_MAJOR@
#define VERSION_MINOR @MultiMC_VERSION_MINOR@
2013-12-04 18:34:12 +00:00
// Build number, channel, and type -- number and channel are used by the updater, type is purely visual
#define VERSION_BUILD @MultiMC_VERSION_BUILD@
2013-12-04 18:34:12 +00:00
#define VERSION_CHANNEL "@MultiMC_VERSION_CHANNEL@"
2013-12-01 20:27:36 +00:00
#define VERSION_BUILD_TYPE "@MultiMC_VERSION_BUILD_TYPE@"
2013-12-04 18:34:12 +00:00
// URL for the updater's channel
#define CHANLIST_URL "@MultiMC_CHANLIST_URL@"
2013-12-04 18:34:12 +00:00
// The commit hash of this build
#define GIT_COMMIT "@MultiMC_GIT_COMMIT@"
2013-12-01 20:27:36 +00:00
// This is printed on start to standard output
#define VERSION_STR "@MultiMC_VERSION_STRING@"
2013-12-04 18:34:12 +00:00