tdesktop/Telegram/SourceFiles/core/version.h

18 lines
500 B
C
Raw Normal View History

2016-04-27 12:03:10 +00:00
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
2016-04-27 12:03:10 +00:00
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
2016-04-27 12:03:10 +00:00
*/
#pragma once
#include "core/utils.h"
2016-04-27 12:03:10 +00:00
2018-10-29 14:06:20 +00:00
#define ALPHA_VERSION_MACRO (1004004002ULL)
2016-04-27 12:03:10 +00:00
constexpr int AppVersion = 1004004;
constexpr str_const AppVersionStr = "1.4.4";
2018-10-25 12:49:45 +00:00
constexpr bool AppBetaVersion = false;
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;