From ecfce9042b61bc3719f51014aff238b5ac14a5ad Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 18 Jun 2024 01:01:31 +0300 Subject: Update version to 7.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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.") -- cgit v1.2.3