2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

version 0.8.45 stable

This commit is contained in:
John Preston
2015-08-02 21:07:46 +03:00
parent 878604225c
commit a0dc865bdc
6 changed files with 16 additions and 16 deletions

View File

@@ -17,9 +17,9 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 8044;
static const wchar_t *AppVersionStr = L"0.8.44";
static const bool DevVersion = true;
static const int32 AppVersion = 8045;
static const wchar_t *AppVersionStr = L"0.8.45";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";