tdesktop/Telegram/SourceFiles/core/version.h
John Preston 18b74b9045 Beta version 1.3.17.
- Fully redisigned Settings section.
- New theme selector in Chat Settings.
- New settings: Peer-to-Peer settings for calls,
disable animations for low performance computers.
- Various other improvements.
2018-09-26 21:23:09 +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 = 1003017;
constexpr str_const AppVersionStr = "1.3.17";
constexpr bool AppBetaVersion = true;
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;