From 4ad8793ba1fbc56360fb6ccac7bcbced3b8af5e2 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 4 Dec 2015 18:40:27 +0300 Subject: [PATCH] testing update from dev to beta 9015001 --- Telegram/SourceFiles/config.h | 2 +- Telegram/Version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 06c097af0..bc7f15fcd 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org static const int32 AppVersion = 9015; static const wchar_t *AppVersionStr = L"0.9.15"; static const bool DevVersion = true; -//#define BETA_VERSION (9014002ULL) // just comment this line to build public version +#define BETA_VERSION (9015001ULL) // just comment this line to build public version static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)"; static const wchar_t *AppName = L"Telegram Desktop"; diff --git a/Telegram/Version b/Telegram/Version index 7f4e78a83..9a82208c0 100644 --- a/Telegram/Version +++ b/Telegram/Version @@ -3,4 +3,4 @@ AppVersionStrMajor 0.9 AppVersionStrSmall 0.9.15 AppVersionStr 0.9.15 DevChannel 1 -BetaVersion 0 9014002 +BetaVersion 9015001