aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-06-18 01:01:31 +0300
committerlevlam <levlam@telegram.org>2024-06-18 01:01:31 +0300
commitecfce9042b61bc3719f51014aff238b5ac14a5ad (patch)
tree980bccba0eca4ce71576b9cb12df65b1003e163f /CMakeLists.txt
parent025884aeca08f09486763afcb37b52a99ca1cda7 (diff)
Update version to 7.5.
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 b7b9380..8d38880 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 7.4 LANGUAGES CXX)
+project(TelegramBotApi VERSION 7.5 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")