mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Dev version 0.9.45: first version on new styles codegen.
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 = 9044;
|
||||
static const wchar_t *AppVersionStr = L"0.9.44";
|
||||
static const bool DevVersion = false;
|
||||
static const int32 AppVersion = 9045;
|
||||
static const wchar_t *AppVersionStr = L"0.9.45";
|
||||
static const bool DevVersion = true;
|
||||
//#define BETA_VERSION (9044000ULL) // just comment this line to build public version
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
|
Reference in New Issue
Block a user