Version 1.8.13.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-10-03 13:26:39 +03:00
parent 9773563926
commit dcf79df0b2
6 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define TDESKTOP_ALPHA_VERSION (0ULL)
#endif // TDESKTOP_OFFICIAL_TARGET
constexpr auto AppVersion = 1008012;
constexpr auto AppVersionStr = "1.8.12";
constexpr auto AppVersion = 1008013;
constexpr auto AppVersionStr = "1.8.13";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;