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

version 0.7.23 stable is ready

This commit is contained in:
John Preston
2015-03-20 09:41:11 +03:00
parent d8c853bb83
commit 01ad967640
8 changed files with 17 additions and 20 deletions

View File

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