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

version 0.6.13 - new icon, critical bug fix in win version

This commit is contained in:
John Preston
2014-11-24 11:30:43 +03:00
parent b23ffe6c94
commit 3ce8d9f0b7
6 changed files with 13 additions and 13 deletions

View File

@@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
*/
#pragma once
static const int32 AppVersion = 6012;
static const wchar_t *AppVersionStr = L"0.6.12";
static const int32 AppVersion = 6013;
static const wchar_t *AppVersionStr = L"0.6.13";
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";