Skip to content

Commit

Permalink
Update TDLib and version to 6.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Sep 23, 2023
1 parent 9e7b09f commit 5d88023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
2 changes: 1 addition & 1 deletion td
2 changes: 1 addition & 1 deletion telegram-bot-api/telegram-bot-api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.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();
Expand Down

0 comments on commit 5d88023

Please sign in to comment.