From df53cfeb85152b88ce4317b6478fcd59c8813c65 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 27 Mar 2023 12:08:49 +0300 Subject: [PATCH] Update TDLib and version to 6.6.2. --- 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 545659f..5b75633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.6.1 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.6.2 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 eb664b4..c95598e 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit eb664b4e9f71945ef3faa802af779e1630fedb8f +Subproject commit c95598e5e1493881d31211c1329bdbe4630f6136 diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp index 60dd428..4c478c8 100644 --- a/telegram-bot-api/telegram-bot-api.cpp +++ b/telegram-bot-api/telegram-bot-api.cpp @@ -165,7 +165,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_ = "6.6.1"; + parameters->version_ = "6.6.2"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats();