Alpha version 1.2.8.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-01-03 13:46:01 +03:00
parent ea7441ae77
commit 55e56a6788
6 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1002007;
constexpr str_const AppVersionStr = "1.2.7";
constexpr int AppVersion = 1002008;
constexpr str_const AppVersionStr = "1.2.8";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;