aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-11-04 18:01:15 +0300
committerlevlam <levlam@telegram.org>2022-11-04 18:01:15 +0300
commit571baeead026fd6c671e00d6c5cf76d2bdf8eeb1 (patch)
treea53b1dc2a2f55d840126e35a0d4d36babe6b9e1b /CMakeLists.txt
parentdaf986972b26be3cc7fee1f298ef90f956ff5ed6 (diff)
Update version to 6.3.
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 5f1bad6..c9804ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
-project(TelegramBotApi VERSION 6.2 LANGUAGES CXX)
+project(TelegramBotApi VERSION 6.3 LANGUAGES CXX)
if (POLICY CMP0069)
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")