aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-04-21 16:08:20 +0300
committerlevlam <levlam@telegram.org>2023-04-21 16:08:20 +0300
commit251589221708a8280ffcad32fcdc5348d014a6ae (patch)
treeff9c6522dc4e1606b6970ece1af9117d1361e67c
parentc7253129b5091ced5c32175b5711b9368aa74892 (diff)
Update TDLib and version to 6.7.1.
-rw-r--r--CMakeLists.txt2
m---------td0
-rw-r--r--telegram-bot-api/telegram-bot-api.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a5c4c4..fadd00d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 6.7 LANGUAGES CXX)
+project(TelegramBotApi VERSION 6.7.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
-Subproject 8517026415e75a8eec567774072cbbbbb52376c
+Subproject 328b8649d859c5ed4088a875cbb059db6029dc0
diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp
index 9cfe01f..36bde52 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<SharedData>();
auto parameters = std::make_unique<ClientParameters>();
- parameters->version_ = "6.7";
+ parameters->version_ = "6.7.1";
parameters->shared_data_ = shared_data;
parameters->start_time_ = start_time;
auto net_query_stats = td::create_net_query_stats();