pollymc/config.h.in

21 lines
815 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@
// Build number and type -- numer is used by the updater, type is purely visual
#define VERSION_BUILD @MultiMC_VERSION_BUILD@
2013-12-02 01:57:36 +05:30
#define VERSION_BUILD_TYPE "@MultiMC_VERSION_BUILD_TYPE@"
// URL base for the updater
#define VERSION_REPO "@MultiMC_REPO_BASE_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
#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@"