2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Moved version

This commit is contained in:
RadRussianRus
2020-04-21 06:37:29 +03:00
parent e146b70f0a
commit 32ffb58f7a
3 changed files with 13 additions and 2 deletions

View File

@@ -329,6 +329,7 @@ PRIVATE
core/utils.cpp
core/utils.h
core/version.h
kotato/version.h
data/data_abstract_structure.cpp
data/data_abstract_structure.h
data/data_auto_download.cpp

View File

@@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include "base/const_string.h"
#include "kotato/version.h"
#define TDESKTOP_REQUESTED_ALPHA_VERSION (0ULL)
@@ -26,5 +27,3 @@ constexpr auto AppVersion = 2001000;
constexpr auto AppVersionStr = "2.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1002002;
constexpr auto AppKotatoVersionStr = "1.2.2";

View File

@@ -0,0 +1,11 @@
/*
This file is part of Kotatogram Desktop,
the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#pragma once
constexpr auto AppKotatoVersion = 1002002;
constexpr auto AppKotatoVersionStr = "1.2.2";