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

version 0.9.11.dev is ready

This commit is contained in:
John Preston
2015-11-20 21:50:10 +03:00
parent b05e1a8899
commit e3651be5d8
6 changed files with 16 additions and 16 deletions

View File

@@ -20,9 +20,9 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9010;
static const wchar_t *AppVersionStr = L"0.9.10";
static const bool DevVersion = false;
static const int32 AppVersion = 9011;
static const wchar_t *AppVersionStr = L"0.9.11";
static const bool DevVersion = true;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";