aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-05-07 04:42:46 +0300
committerlevlam <levlam@telegram.org>2026-05-07 04:42:46 +0300
commit01a3679c0bbf9bbba03d1d3e20f621fa4becddcc (patch)
tree550945dc4f2dd83340d1267b1175947248693920 /CMakeLists.txt
parent54e70f717b3411a70f1b19ee968fcdbc13b7811a (diff)
Update version to 10.0.
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 b92eb57..0ccc33d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
-project(TelegramBotApi VERSION 9.6 LANGUAGES CXX)
+project(TelegramBotApi VERSION 10.0 LANGUAGES CXX)
add_subdirectory(td EXCLUDE_FROM_ALL)