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

Not applying draft if can't write a message. Closed beta 9049005.

This commit is contained in:
John Preston
2016-06-10 18:34:35 +03:00
parent b20245c8c8
commit 16bea47979
6 changed files with 20 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "core/basic_types.h"
#define BETA_VERSION_MACRO (9049004ULL)
#define BETA_VERSION_MACRO (9049005ULL)
constexpr int AppVersion = 9049;
constexpr str_const AppVersionStr = "0.9.49";