diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index b3f2414cb9..8ae2da60ad 100644 --- a/Telegram/Resources/winrc/Kotatogram.rc +++ b/Telegram/Resources/winrc/Kotatogram.rc @@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,4,0 - PRODUCTVERSION 1,3,4,0 + FILEVERSION 1,3,5,0 + PRODUCTVERSION 1,3,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.3.4.0" + VALUE "FileVersion", "1.3.5.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.4.0" + VALUE "ProductVersion", "1.3.5.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index 09c019c382..0fa09d1863 100644 --- a/Telegram/Resources/winrc/KotatogramUpdater.rc +++ b/Telegram/Resources/winrc/KotatogramUpdater.rc @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,4,0 - PRODUCTVERSION 1,3,4,0 + FILEVERSION 1,3,5,0 + PRODUCTVERSION 1,3,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.3.4.0" + VALUE "FileVersion", "1.3.5.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.4.0" + VALUE "ProductVersion", "1.3.5.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index 6da986bbe1..6d2808bb5f 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -7,5 +7,5 @@ For license and copyright information please follow this link: */ #pragma once -constexpr auto AppKotatoVersion = 1003004; -constexpr auto AppKotatoVersionStr = "1.3.4"; +constexpr auto AppKotatoVersion = 1003005; +constexpr auto AppKotatoVersionStr = "1.3.5"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 6320265fc5..f7b4100f2c 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,6 @@ +1.3.5 (10.05.2020) +- Updated TDesktop sources to 2.1.4. + 1.3.4 (6.05.2020) - Updated TDesktop sources to 2.1.2. - Optional Bot API chat ID format. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 1c712c7bbb..c87ef01556 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,11 @@ im + + + TDesktop sources were updated to 2.1.4. + + TDesktop sources were updated to 2.1.2.
TDesktop sources were updated to 2.1.4.
TDesktop sources were updated to 2.1.2.