pollymc/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-05 00:04:12 +05:30
// 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-05 00:04:12 +05:30
#define VERSION_CHANNEL "@MultiMC_VERSION_CHANNEL@"
2013-12-02 01:57:36 +05:30
#define VERSION_BUILD_TYPE "@MultiMC_VERSION_BUILD_TYPE@"
2013-12-05 00:04:12 +05:30
// URL for the updater's channel
#define CHANLIST_URL "@MultiMC_CHANLIST_URL@"
2013-12-05 00:04:12 +05:30
// The commit hash of this build
#define GIT_COMMIT "@MultiMC_GIT_COMMIT@"
2013-12-02 01:57:36 +05:30
// This is printed on start to standard output
#define VERSION_STR "@MultiMC_VERSION_STRING@"
2013-12-05 00:04:12 +05:30