From e9587a0083c8b9e9c058ec71aec94055f1cd595d Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 7 Nov 2021 04:23:28 +0300 Subject: [PATCH] Update TDLib and version to 5.4.1. --- CMakeLists.txt | 2 +- td | 2 +- telegram-bot-api/telegram-bot-api.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95f1aa8..29bec4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 5.4 LANGUAGES CXX) +project(TelegramBotApi VERSION 5.4.1 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") diff --git a/td b/td index 7d41d9e..1bd9e0f 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit 7d41d9eaa58a6e0927806283252dc9e74eda5512 +Subproject commit 1bd9e0f622346ad95c774a774d85ea855567d46c diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp index 6680c44..e51d7a5 100644 --- a/telegram-bot-api/telegram-bot-api.cpp +++ b/telegram-bot-api/telegram-bot-api.cpp @@ -198,7 +198,7 @@ int main(int argc, char *argv[]) { auto start_time = td::Time::now(); auto shared_data = std::make_shared(); auto parameters = std::make_unique(); - parameters->version_ = "5.4"; + parameters->version_ = "5.4.1"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats();