From d6bcab07ef03ff86a2722721a2d0c799ddc3192e Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 22 Nov 2015 16:57:30 +0300 Subject: [PATCH] version updated for 0.9.12.dev --- Telegram/SourceFiles/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 99479ed93a..3c2c290f8e 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -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)";