2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Alpha 1.1.1: Improved protocol, emoji tooltip.

This commit is contained in:
John Preston
2017-05-17 17:35:47 +03:00
parent e2b212dba9
commit 38a99c4669
6 changed files with 21 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1001000;
constexpr str_const AppVersionStr = "1.1";
constexpr bool AppAlphaVersion = false;
constexpr int AppVersion = 1001001;
constexpr str_const AppVersionStr = "1.1.1";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;