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

0.9.3.dev version ready

This commit is contained in:
John Preston
2015-10-01 17:19:27 +03:00
parent fe8567e909
commit 6321d22fc9
7 changed files with 26 additions and 18 deletions

View File

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