diff options
| author | levlam <levlam@telegram.org> | 2024-07-01 01:32:50 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-07-01 01:32:50 +0300 |
| commit | cfa7313aedc3ae8b9de530510705bdc85bd44372 (patch) | |
| tree | 2e070a6d2e97fe4b33817bf4561d1b7a2be17bbc /CMakeLists.txt | |
| parent | 5e11cbe53ec521814e3f937afdfa227b9fd394f8 (diff) | |
Update version to 7.6.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d38880..e16bbd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 7.5 LANGUAGES CXX) +project(TelegramBotApi VERSION 7.6 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") |
