mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
version updated for 0.9.12.dev
This commit is contained in:
parent
cf643f95fd
commit
d6bcab07ef
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue