aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-11-09 02:32:21 +0300
committerlevlam <levlam@telegram.org>2023-11-09 02:32:21 +0300
commit96d0d1c6689451207bc66d179983c10949322823 (patch)
treefc0675d5f4aae86709f032a83e7fef10a9978b4b /CMakeLists.txt
parent0566e21f933251c430d6b020da8d89c45598a03d (diff)
Update version to 6.9.2.
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 0ea1274..b52e30d 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.1 LANGUAGES CXX)
+project(TelegramBotApi VERSION 6.9.2 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")