2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Alpha 1.0.15: various improvements.

Wrong supergroup members display fix, RTL text layout fix.
Linux GTK file chooser image preview added. Fix #3053 #2968
This commit is contained in:
John Preston
2017-02-27 13:44:14 +03:00
parent 6c2f16e9a0
commit fb2a26fb35
6 changed files with 20 additions and 20 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 (1000014001ULL)
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1000014;
constexpr str_const AppVersionStr = "1.0.14";
constexpr bool AppAlphaVersion = false;
constexpr int AppVersion = 1000015;
constexpr str_const AppVersionStr = "1.0.15";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;