mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
stable version 0.9.16 - new design of media, gifs and inline bots
This commit is contained in:
@@ -20,10 +20,10 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
static const int32 AppVersion = 9015;
|
||||
static const wchar_t *AppVersionStr = L"0.9.15";
|
||||
static const int32 AppVersion = 9016;
|
||||
static const wchar_t *AppVersionStr = L"0.9.16";
|
||||
static const bool DevVersion = false;
|
||||
#define BETA_VERSION (9015008ULL) // just comment this line to build public version
|
||||
//#define BETA_VERSION (9015008ULL) // just comment this line to build public version
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
static const wchar_t *AppName = L"Telegram Desktop";
|
||||
|
Reference in New Issue
Block a user