aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-15 14:35:12 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-15 14:35:12 +0300
commitccdd2dacc83e387f6dd2b1fae7f9dad1b6053b9b (patch)
tree9c08af12d81fa555a29adeca8d9859f8d0a3dcc9 /CMakeLists.txt
parentf677abf161a565f36636c1ee4e27d56151789680 (diff)
parentadfd7f6a8e990272851777eeb3ae0def4216f161 (diff)
Merge branch 'master' of https://github.com/tdlib/telegram-bot-api
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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)