2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

version 0.8.55 prepared

This commit is contained in:
John Preston
2015-09-01 16:53:56 +03:00
parent b0c23fb875
commit cc4cd486bf
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 = 8054;
static const wchar_t *AppVersionStr = L"0.8.54";
static const bool DevVersion = true;
static const int32 AppVersion = 8055;
static const wchar_t *AppVersionStr = L"0.8.55";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";