version updated for 0.9.12.dev

This commit is contained in:
John Preston 2015-11-22 16:57:30 +03:00
parent cf643f95fd
commit d6bcab07ef

View File

@ -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)";