Alpha version 1.3.6: Make it another alpha.

This commit is contained in:
John Preston 2018-06-11 10:41:48 +03:00
parent d8b51670e7
commit 8700c1b08f
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
constexpr int AppVersion = 1003006; constexpr int AppVersion = 1003006;
constexpr str_const AppVersionStr = "1.3.6"; constexpr str_const AppVersionStr = "1.3.6";
constexpr bool AppAlphaVersion = false; constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO; constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;

View file

@ -2,5 +2,5 @@ AppVersion 1003006
AppVersionStrMajor 1.3 AppVersionStrMajor 1.3
AppVersionStrSmall 1.3.6 AppVersionStrSmall 1.3.6
AppVersionStr 1.3.6 AppVersionStr 1.3.6
AlphaChannel 0 AlphaChannel 1
BetaVersion 0 BetaVersion 0