2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

version 0.9.31 stable

This commit is contained in:
John Preston
2016-03-14 13:34:32 +03:00
parent b19467bb07
commit 3e37be5d5c
5 changed files with 18 additions and 18 deletions

View File

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