2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Version 1.8.10.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-10-01 20:42:25 +03:00
parent 0c30bbf40a
commit a87529b8c9
7 changed files with 18 additions and 15 deletions

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 = 1008009;
constexpr auto AppVersionStr = "1.8.9";
constexpr auto AppVersion = 1008010;
constexpr auto AppVersionStr = "1.8.10";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;