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

username box fixed, crash fixed, 0.9.6 hotfix stable version

This commit is contained in:
John Preston
2015-10-14 23:49:50 +02:00
parent a94acdea53
commit b63be192e6
6 changed files with 15 additions and 15 deletions

View File

@@ -20,8 +20,8 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9005;
static const wchar_t *AppVersionStr = L"0.9.5";
static const int32 AppVersion = 9006;
static const wchar_t *AppVersionStr = L"0.9.6";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";