mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Dev version 0.9.43 - media text selection and disabling player shortcuts.
This commit is contained in:
@@ -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)";
|
||||
|
Reference in New Issue
Block a user