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

version 0.8.17 crash fix

This commit is contained in:
John Preston
2015-05-21 16:46:49 +03:00
parent e953e11b7f
commit ac50119dd9
8 changed files with 16 additions and 14 deletions

View File

@@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 8016;
static const wchar_t *AppVersionStr = L"0.8.16";
static const int32 AppVersion = 8017;
static const wchar_t *AppVersionStr = L"0.8.17";
static const bool DevChannel = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";