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

Bump version to 1.3.13.

This commit is contained in:
John Preston
2018-07-16 22:43:44 +03:00
parent 5a487bc30c
commit b78c08a30a
7 changed files with 18 additions and 26 deletions

View File

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