diff options
| author | levlam <levlam@telegram.org> | 2024-02-16 03:36:41 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-02-16 03:36:41 +0300 |
| commit | 74f7c3a0cdd3cea66eb0e526f4086857dcdb03aa (patch) | |
| tree | c33f532db0966122406ce8245e4b57141ff208ad /CMakeLists.txt | |
| parent | 656152f1f1390bacf60da873e4ae7feafd30039d (diff) | |
Update version to 7.1.
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 994a060..1f151b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 7.0 LANGUAGES CXX) +project(TelegramBotApi VERSION 7.1 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") |
