aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-11-17 04:50:19 +0300
committerlevlam <levlam@telegram.org>2024-11-17 04:50:19 +0300
commit53e15345b04fcea73b415897f10d7543005044ce (patch)
treec149723aa258e48872ed36d753021d5ca178c992 /CMakeLists.txt
parent282fdcc0e7d33f3a396db3c5a68d1e1ba31b4763 (diff)
Update version to 8.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 926cf20..9dcbcee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 7.11 LANGUAGES CXX)
+project(TelegramBotApi VERSION 8.0 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")