mirror of https://github.com/procxx/kepka.git
version updated for 0.9.12.dev
This commit is contained in:
parent
cf643f95fd
commit
d6bcab07ef
Telegram/SourceFiles
|
@ -20,8 +20,8 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
static const int32 AppVersion = 9011;
|
||||
static const wchar_t *AppVersionStr = L"0.9.11";
|
||||
static const int32 AppVersion = 9012;
|
||||
static const wchar_t *AppVersionStr = L"0.9.12";
|
||||
static const bool DevVersion = true;
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
|
|
Loading…
Reference in New Issue