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

Version 1.5.15.

- Crash fix.
This commit is contained in:
John Preston
2019-02-12 19:02:08 +03:00
parent 83c5a67af5
commit 7d15cca1ee
6 changed files with 18 additions and 14 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 = 1005014;
constexpr auto AppVersionStr = "1.5.14";
constexpr auto AppVersion = 1005015;
constexpr auto AppVersionStr = "1.5.15";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;