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

Dev version 0.9.43 - media text selection and disabling player shortcuts.

This commit is contained in:
John Preston
2016-04-14 22:28:02 +03:00
parent bb70a76b9c
commit 3b6d0ef7c0
6 changed files with 21 additions and 25 deletions

View File

@@ -20,9 +20,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9042;
static const wchar_t *AppVersionStr = L"0.9.42";
static const bool DevVersion = false;
static const int32 AppVersion = 9043;
static const wchar_t *AppVersionStr = L"0.9.43";
static const bool DevVersion = true;
//#define BETA_VERSION (9040128ULL) // just comment this line to build public version
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";