aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-12-31 00:36:19 +0300
committerlevlam <levlam@telegram.org>2024-12-31 00:36:19 +0300
commitfa6706fc8f6e22b3c25b512ede6474613f32b32b (patch)
tree9af87b391df56d5d429dd416b8da6708016ca3e6 /CMakeLists.txt
parentd69265e61b00a58dee1b5680af4d94ceba0df027 (diff)
Update version to 8.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 32d4372..8cde0b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 8.1 LANGUAGES CXX)
+project(TelegramBotApi VERSION 8.2 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")