From 750d45457b8bc88275e74ebac2154ff8f095a904 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 8 Dec 2015 23:43:27 +0300 Subject: [PATCH] dev version 0.9.14 prepared --- 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 c36eede31..fcf86df4c 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 = 9014; static const wchar_t *AppVersionStr = L"0.9.14"; static const bool DevVersion = true; -#define BETA_VERSION (9014003ULL) // just comment this line to build public version +//#define BETA_VERSION (9014003ULL) // 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 fb6f76a92..e567a545f 100644 --- a/Telegram/Version +++ b/Telegram/Version @@ -3,4 +3,4 @@ AppVersionStrMajor 0.9 AppVersionStrSmall 0.9.14 AppVersionStr 0.9.14 DevChannel 1 -BetaVersion 9014003 +BetaVersion 0 9014003