tdesktop/Telegram/SourceFiles/core/version.h

22 lines
663 B
C
Raw Normal View History

2016-04-27 14:03:10 +02:00
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
2016-04-27 14:03:10 +02:00
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
2016-04-27 14:03:10 +02:00
*/
#pragma once
2018-10-29 15:06:20 +01:00
#define ALPHA_VERSION_MACRO (1004004002ULL)
2016-04-27 14:03:10 +02:00
#ifdef TDESKTOP_OFFICIAL_TARGET
#define TDESKTOP_ALPHA_VERSION ALPHA_VERSION_MACRO
#else // TDESKTOP_OFFICIAL_TARGET
#define TDESKTOP_ALPHA_VERSION (0ULL)
#endif // TDESKTOP_OFFICIAL_TARGET
constexpr auto AppVersion = 1004004;
constexpr auto AppVersionStr = "1.4.4";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;