aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-03-25 09:27:17 +0300
committerlevlam <levlam@telegram.org>2023-03-25 09:27:17 +0300
commit8e00a8d41d531866fa30f98064d81299fe639751 (patch)
tree51d37f400c310901f14306ca6f57e4b065a628e4 /CMakeLists.txt
parent10c52724975d9fa8f6955463b5456e4e14f415b9 (diff)
Update version to 6.6.1.
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 bb69849..545659f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 6.6 LANGUAGES CXX)
+project(TelegramBotApi VERSION 6.6.1 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")