2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Version 1.0.2: drag-n-drop from Firefox, resizable left column.

This commit is contained in:
John Preston
2017-01-19 11:38:10 +03:00
parent 8bb14f4565
commit 7ab87486dc
12 changed files with 27 additions and 33 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 = 1000001;
constexpr str_const AppVersionStr = "1.0.1";
constexpr bool AppAlphaVersion = true;
constexpr int AppVersion = 1000002;
constexpr str_const AppVersionStr = "1.0.2";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;