diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 00b7a8bbf..c7f0d1af3 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -7,7 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once -#include "base/const_string.h" +// Already in kotato/version.h +//#include "base/const_string.h" #include "kotato/version.h" #define TDESKTOP_REQUESTED_ALPHA_VERSION (0ULL) @@ -19,11 +20,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #endif // TDESKTOP_ALLOW_CLOSED_ALPHA // used in Updater.cpp and Setup.iss for Windows -constexpr auto AppId = "{C4A4AE8F-B9F7-4CC7-8A6C-BF7EEE87ACA5}"_cs; +//constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs; constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs; -constexpr auto AppName = "Kotatogram Desktop"_cs; -constexpr auto AppFile = "Kotatogram"_cs; +//constexpr auto AppName = "Telegram Desktop"_cs; +//constexpr auto AppFile = "Telegram"_cs; constexpr auto AppVersion = 2007001; constexpr auto AppVersionStr = "2.7.1"; -constexpr auto AppBetaVersion = false; +//constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index 73b6768e8..5b5f885fc 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -6,6 +6,12 @@ For license and copyright information please follow this link: https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL */ #pragma once +#include "base/const_string.h" +// used in Updater.cpp and Setup.iss for Windows +constexpr auto AppId = "{C4A4AE8F-B9F7-4CC7-8A6C-BF7EEE87ACA5}"_cs; +constexpr auto AppName = "Kotatogram Desktop"_cs; +constexpr auto AppFile = "Kotatogram"_cs; constexpr auto AppKotatoVersion = 1004000; constexpr auto AppKotatoVersionStr = "1.4"; +constexpr auto AppBetaVersion = false;