2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

beta version 9019002

This commit is contained in:
John Preston
2016-02-07 22:08:18 +03:00
parent 47ead03925
commit 520d82b0ff
3 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
static const int32 AppVersion = 9019;
static const wchar_t *AppVersionStr = L"0.9.19";
static const bool DevVersion = true;
#define BETA_VERSION (9019001ULL) // just comment this line to build public version
#define BETA_VERSION (9019002ULL) // 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";