2016-04-27 15:03:10 +03:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
2018-01-03 13:23:14 +03:00
|
|
|
the official desktop application for the Telegram messaging service.
|
2016-04-27 15:03:10 +03:00
|
|
|
|
2018-01-03 13:23:14 +03:00
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
2016-04-27 15:03:10 +03:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2016-09-29 14:37:16 +03:00
|
|
|
#include "core/utils.h"
|
2016-04-27 15:03:10 +03:00
|
|
|
|
2018-09-26 17:58:09 +03:00
|
|
|
#define ALPHA_VERSION_MACRO (1003016007ULL)
|
2016-04-27 15:03:10 +03:00
|
|
|
|
2018-09-04 22:36:05 +03:00
|
|
|
constexpr int AppVersion = 1003016;
|
|
|
|
constexpr str_const AppVersionStr = "1.3.16";
|
2018-09-26 17:58:09 +03:00
|
|
|
constexpr bool AppBetaVersion = false;
|
|
|
|
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;
|