aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-12-28 00:42:15 +0300
committerlevlam <levlam@telegram.org>2023-12-28 00:42:15 +0300
commitade0841d41b7126c2d908475291a5e1cd8a1b905 (patch)
treed5fd92cd8abea9b168e075c96e020080198b1795 /CMakeLists.txt
parentee59941ca3127d557df6279a06fbf566b59ea5e0 (diff)
Update version to 7.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 b52e30d..994a060 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 6.9.2 LANGUAGES CXX)
+project(TelegramBotApi VERSION 7.0 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")