aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-07-14 14:56:53 +0300
committerlevlam <levlam@telegram.org>2026-07-14 14:56:53 +0300
commitadfd7f6a8e990272851777eeb3ae0def4216f161 (patch)
treed0e5531328b6ef1dcab3b2b8e64dd51043d5593a
parent52099b13dde6022dfecd05d42dba44fe34859052 (diff)
Update version to 10.2.
-rw-r--r--CMakeLists.txt2
-rw-r--r--telegram-bot-api/telegram-bot-api.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bed12b..6cd450d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
-project(TelegramBotApi VERSION 10.1 LANGUAGES CXX)
+project(TelegramBotApi VERSION 10.2 LANGUAGES CXX)
add_subdirectory(td EXCLUDE_FROM_ALL)
diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp
index 6aa0562..15504b1 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_ = "10.1";
+ parameters->version_ = "10.2";
parameters->shared_data_ = shared_data;
parameters->start_time_ = start_time;
auto net_query_stats = td::create_net_query_stats();