Skip to content

Commit

Permalink
testing update from dev to beta 9015001
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 4, 2015
1 parent 460da06 commit 4ad8793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion Telegram/Version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.15
AppVersionStr 0.9.15
DevChannel 1
BetaVersion 0 9014002
BetaVersion 9015001

0 comments on commit 4ad8793

Please sign in to comment.