mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
0.8.44 dev version - media typings support
This commit is contained in:
@@ -17,9 +17,9 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
static const int32 AppVersion = 8043;
|
||||
static const wchar_t *AppVersionStr = L"0.8.43";
|
||||
static const bool DevVersion = false;
|
||||
static const int32 AppVersion = 8044;
|
||||
static const wchar_t *AppVersionStr = L"0.8.44";
|
||||
static const bool DevVersion = true;
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
static const wchar_t *AppName = L"Telegram Desktop";
|
||||
|
Reference in New Issue
Block a user