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

version 0.8.1.dev prepared

This commit is contained in:
John Preston
2015-04-05 21:11:28 +03:00
parent 406fc2a4d4
commit 11dd70cb1a
8 changed files with 20 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 = 8000;
static const wchar_t *AppVersionStr = L"0.8";
static const bool DevChannel = false;
static const int32 AppVersion = 8001;
static const wchar_t *AppVersionStr = L"0.8.1";
static const bool DevChannel = true;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop";