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

added some debug info in autoupdate, version 0.8.7 stable prepared

This commit is contained in:
John Preston
2015-04-24 19:02:45 +03:00
parent e1c304c2e5
commit aeb2ec68ef
8 changed files with 86 additions and 67 deletions

View File

@@ -17,9 +17,9 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 8006;
static const wchar_t *AppVersionStr = L"0.8.6";
static const bool DevChannel = true;
static const int32 AppVersion = 8007;
static const wchar_t *AppVersionStr = L"0.8.7";
static const bool DevChannel = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";