2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Version 1.0.26: Better appx manifest, update langs.

This commit is contained in:
John Preston
2017-03-22 01:41:12 +03:00
parent 23f23e3ca5
commit e6d94b5ee7
15 changed files with 383 additions and 42 deletions

View File

@@ -22,9 +22,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "core/utils.h"
#define BETA_VERSION_MACRO (1000024001ULL)
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1000024;
constexpr str_const AppVersionStr = "1.0.24";
constexpr int AppVersion = 1000026;
constexpr str_const AppVersionStr = "1.0.26";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;