2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Closed beta 1.2.8.1.

This commit is contained in:
John Preston
2018-01-25 16:34:48 +03:00
parent 099a3c4642
commit 6bb39451ea
6 changed files with 14 additions and 14 deletions

View File

@@ -9,9 +9,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/utils.h"
#define BETA_VERSION_MACRO (0ULL)
#define BETA_VERSION_MACRO (1002008001ULL)
constexpr int AppVersion = 1002008;
constexpr str_const AppVersionStr = "1.2.8";
constexpr bool AppAlphaVersion = true;
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;