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

version 0.9.8.dev

This commit is contained in:
John Preston
2015-10-27 23:49:59 -04:00
parent 98cad7151d
commit f566190bf2
6 changed files with 13 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9007;
static const wchar_t *AppVersionStr = L"0.9.7";
static const int32 AppVersion = 9008;
static const wchar_t *AppVersionStr = L"0.9.8";
static const bool DevVersion = true;
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";