2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Alpha version 1.2.10.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-03-09 00:26:58 +03:00
parent 66ac4d6150
commit 054459d327
8 changed files with 20 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1002009;
constexpr str_const AppVersionStr = "1.2.9";
constexpr int AppVersion = 1002010;
constexpr str_const AppVersionStr = "1.2.10";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;