2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

dev version 0.9.29

This commit is contained in:
John Preston
2016-03-01 05:46:34 +03:00
parent 32322c4450
commit ebfeeb6872
6 changed files with 23 additions and 22 deletions

View File

@@ -20,10 +20,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9028;
static const wchar_t *AppVersionStr = L"0.9.28";
static const bool DevVersion = false;
#define BETA_VERSION (9028002ULL) // just comment this line to build public version
static const int32 AppVersion = 9029;
static const wchar_t *AppVersionStr = L"0.9.29";
static const bool DevVersion = true;
//#define BETA_VERSION (9028002ULL) // 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";