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

Alpha version 1.3.2.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-06-07 08:17:30 +03:00
parent 866c5e9b7b
commit 31ec831c71
6 changed files with 19 additions and 15 deletions

View File

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