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

0.8.57 stable version with confirmation for spam reports

This commit is contained in:
John Preston
2015-09-13 12:24:15 +03:00
parent b31c997fac
commit a9319bf6a3
9 changed files with 27 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 = 8056;
static const wchar_t *AppVersionStr = L"0.8.56";
static const int32 AppVersion = 8057;
static const wchar_t *AppVersionStr = L"0.8.57";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";