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

version 0.9.26

This commit is contained in:
John Preston
2016-02-22 10:07:44 +03:00
parent 438404e399
commit a7b9fd2f2b
6 changed files with 14 additions and 14 deletions

View File

@@ -20,9 +20,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#pragma once
static const int32 AppVersion = 9025;
static const wchar_t *AppVersionStr = L"0.9.25";
static const bool DevVersion = true;
static const int32 AppVersion = 9026;
static const wchar_t *AppVersionStr = L"0.9.26";
static const bool DevVersion = false;
//#define BETA_VERSION (9019002ULL) // just comment this line to build public version
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";