diff options
| author | levlam <levlam@telegram.org> | 2023-09-22 16:23:26 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-09-22 16:23:26 +0300 |
| commit | 9e7b09ff0a6a02d1b8b279f7fe7521a60caff7ab (patch) | |
| tree | 18bc0d414eefeb5e6f2909618403a8475580bb2d | |
| parent | d5783a1545c5627b808b5b970bb55150c3f70b41 (diff) | |
Update version to 6.9.
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | telegram-bot-api/telegram-bot-api.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ba03f2..a0b0fec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.8 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.9 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp index a942534..ad9bbd8 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.8"; + parameters->version_ = "6.9"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats(); |
