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

Version 1.3.7.

- Push fixes to stable version.
This commit is contained in:
John Preston
2018-06-11 22:28:08 +03:00
parent 8700c1b08f
commit e60311811b
6 changed files with 21 additions and 17 deletions

View File

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