From 5d88023dd1e65b7d0926a71aea4487d6cac3bf13 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 23 Sep 2023 16:39:14 +0300 Subject: [PATCH] Update TDLib and version to 6.9.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 a0b0fec..0ea1274 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.9 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.9.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 2589c3f..2de39ff 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit 2589c3fd46925f5d57e4ec79233cd1bd0f5d0c09 +Subproject commit 2de39ffffe71dc41c538e66085658d21cecbae08 diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp index ad9bbd8..a983d5e 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.9"; + parameters->version_ = "6.9.1"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats();