mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Moved version
This commit is contained in:
@@ -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
|
||||
|
@@ -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";
|
||||
|
11
Telegram/SourceFiles/kotato/version.h
Normal file
11
Telegram/SourceFiles/kotato/version.h
Normal 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";
|
Reference in New Issue
Block a user