2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Closed beta version 1.3.16.1.

- New settings design.
This commit is contained in:
John Preston
2018-09-11 22:15:27 +03:00
parent 2f408cd773
commit 88175aff1f
5 changed files with 13 additions and 13 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 (1003016001ULL)
constexpr int AppVersion = 1003016;
constexpr str_const AppVersionStr = "1.3.16";
constexpr bool AppAlphaVersion = true;
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;