mirror of https://github.com/procxx/kepka.git
dev version 0.9.14 prepared
This commit is contained in:
parent
f1e8b0913d
commit
750d45457b
|
@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
|
||||||
static const int32 AppVersion = 9014;
|
static const int32 AppVersion = 9014;
|
||||||
static const wchar_t *AppVersionStr = L"0.9.14";
|
static const wchar_t *AppVersionStr = L"0.9.14";
|
||||||
static const bool DevVersion = true;
|
static const bool DevVersion = true;
|
||||||
#define BETA_VERSION (9014003ULL) // just comment this line to build public version
|
//#define BETA_VERSION (9014003ULL) // just comment this line to build public version
|
||||||
|
|
||||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||||
static const wchar_t *AppName = L"Telegram Desktop";
|
static const wchar_t *AppName = L"Telegram Desktop";
|
||||||
|
|
|
@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
|
||||||
AppVersionStrSmall 0.9.14
|
AppVersionStrSmall 0.9.14
|
||||||
AppVersionStr 0.9.14
|
AppVersionStr 0.9.14
|
||||||
DevChannel 1
|
DevChannel 1
|
||||||
BetaVersion 9014003
|
BetaVersion 0 9014003
|
||||||
|
|
Loading…
Reference in New Issue