aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-08-14 05:16:39 +0300
committerlevlam <levlam@telegram.org>2024-08-14 05:16:39 +0300
commit06e2e31aeaa9bdfc2b3e11bb3e4761241373b7cd (patch)
tree7f3f09318fd73d1d06c44283dd7b4f0787827d67 /CMakeLists.txt
parent961a19e1a01f50555ee4d758a8d02cbacaf084c1 (diff)
Update version to 7.9.
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 1451ed6..b5e56ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 7.8 LANGUAGES CXX)
+project(TelegramBotApi VERSION 7.9 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")