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

0.7.26.dev - some bugs fixed

This commit is contained in:
John Preston
2015-03-26 12:35:21 +03:00
parent 8c7a35c973
commit e052a11326
8 changed files with 22 additions and 19 deletions

View File

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