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

version 0.8.43 stable

This commit is contained in:
John Preston
2015-07-31 14:04:08 +03:00
parent f5259b58e5
commit eab0af50e0
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 = 8042;
static const wchar_t *AppVersionStr = L"0.8.42";
static const bool DevVersion = true;
static const int32 AppVersion = 8043;
static const wchar_t *AppVersionStr = L"0.8.43";
static const bool DevVersion = false;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";