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

prepared 0.5.14 version with new photoviewer

This commit is contained in:
John Preston
2014-08-11 15:05:53 +04:00
parent dd6d0d26be
commit e5095cee5a
8 changed files with 18 additions and 18 deletions

View File

@@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
*/
#pragma once
static const int32 AppVersion = 5013;
static const wchar_t *AppVersionStr = L"0.5.13";
static const int32 AppVersion = 5014;
static const wchar_t *AppVersionStr = L"0.5.14";
#ifdef Q_OS_WIN
static const wchar_t *AppName = L"Telegram Win (Unofficial)";
#else