2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

version 0.8.52 with some fixes

This commit is contained in:
John Preston
2015-08-19 16:54:17 +03:00
parent 20f1610d60
commit 5a1079e367
9 changed files with 24 additions and 18 deletions

View File

@@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 8051;
static const wchar_t *AppVersionStr = L"0.8.51";
static const int32 AppVersion = 8052;
static const wchar_t *AppVersionStr = L"0.8.52";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";