diff options
| author | levlam <levlam@telegram.org> | 2022-07-31 03:26:25 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-07-31 03:26:25 +0300 |
| commit | f59097ab16232995ed5bdc3feff4f3ca82c9b127 (patch) | |
| tree | 48df9176e3c49aa6c0de72d70bb9c98914b12a2a | |
| parent | 9f3f32391cc0ddf33483ec386013c0e7f2aa1a09 (diff) | |
Update version to 6.2.
| -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 76ef36a..45d5df6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.1 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.2 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 97a220a..1777beb 100644 --- a/telegram-bot-api/telegram-bot-api.cpp +++ b/telegram-bot-api/telegram-bot-api.cpp @@ -200,7 +200,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.1"; + parameters->version_ = "6.2"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats(); |
