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

Version 1.2.17: Fix undefined behaviour on exit.

Core::Launcher didn't have virtual destructor it required.
This commit is contained in:
John Preston
2018-04-08 21:32:48 +04:00
parent d055908f4f
commit 597a5c9d75
6 changed files with 16 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1002016;
constexpr str_const AppVersionStr = "1.2.16";
constexpr int AppVersion = 1002017;
constexpr str_const AppVersionStr = "1.2.17";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;