aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-07-07 00:17:06 +0300
committerlevlam <levlam@telegram.org>2024-07-07 00:17:06 +0300
commit9112a6b5359fe5bf71371a43cc1cb08f648ba377 (patch)
tree81afe2cc513052abce802a31cb337d69c4bca7ef /CMakeLists.txt
parente87d1ef00ec084657dc432f9edf78532e7ba8910 (diff)
Update version to 7.7.
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 e16bbd8..628b0bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 7.6 LANGUAGES CXX)
+project(TelegramBotApi VERSION 7.7 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")