tdesktop/Telegram/SourceFiles/core/version.h
John Preston 759bbe63dc Version 1.4.1.
- Reduce crashes due to the out of memory exceptions.
- Load map previews through mtproto.
- Bug fixes and other minor improvements.
2018-10-09 19:27:18 +03:00

18 lines
491 B
C++

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "core/utils.h"
#define ALPHA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1004001;
constexpr str_const AppVersionStr = "1.4.1";
constexpr bool AppBetaVersion = false;
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;