From f95d406da67adb8ac13d9c562291aa57c65398e0 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 4 May 2024 02:37:29 +0300 Subject: Update version to 7.3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1028fe4..276606d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 7.2 LANGUAGES CXX) +project(TelegramBotApi VERSION 7.3 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") -- cgit v1.2.3