2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

version 0.8.16 stable - fixed select of a sticker reply

This commit is contained in:
John Preston
2015-05-21 00:33:39 +03:00
parent f35853c42e
commit 5bb83afc7a
10 changed files with 20 additions and 20 deletions

View File

@@ -17,9 +17,9 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 8015;
static const wchar_t *AppVersionStr = L"0.8.15";
static const bool DevChannel = true;
static const int32 AppVersion = 8016;
static const wchar_t *AppVersionStr = L"0.8.16";
static const bool DevChannel = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";