tdesktop/Telegram/SourceFiles/core/version.h

18 lines
489 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
#define BETA_VERSION_MACRO (0ULL)
2016-04-27 12:03:10 +00:00
constexpr int AppVersion = 1003015;
constexpr str_const AppVersionStr = "1.3.15";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;