From 952f24e4e1d43a0613984037221540a6e37cafe7 Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Thu, 4 Feb 2016 17:49:08 +0300
Subject: [PATCH] beta version 9019001 with new crash tracking

---
 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 4a1637ba0..716414b06 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 = 9019;
 static const wchar_t *AppVersionStr = L"0.9.19";
 static const bool DevVersion = true;
-//#define BETA_VERSION (9015008ULL) // just comment this line to build public version
+#define BETA_VERSION (9019001ULL) // 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 9aa9665ce..fba09052d 100644
--- a/Telegram/Version
+++ b/Telegram/Version
@@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
 AppVersionStrSmall 0.9.19
 AppVersionStr      0.9.19
 DevChannel         1
-BetaVersion        0 9015008
+BetaVersion        9019001