aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-09-06 02:08:32 +0300
committerlevlam <levlam@telegram.org>2025-09-06 02:08:32 +0300
commitbdec6af5d70dd51dd8ee9c0565a8a81deb9d169b (patch)
treeb8b84024ca5b7f50eaff3e60ac091e6f6e631556 /example/cpp/CMakeLists.txt
parentb2cf7301b49d80efde1758407dec8b8bc294cac4 (diff)
Update version to 1.8.53.
Diffstat (limited to 'example/cpp/CMakeLists.txt')
-rw-r--r--example/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cpp/CMakeLists.txt b/example/cpp/CMakeLists.txt
index 5dccf8a33..9db28ddc1 100644
--- a/example/cpp/CMakeLists.txt
+++ b/example/cpp/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(TdExample VERSION 1.0 LANGUAGES CXX)
-find_package(Td 1.8.52 REQUIRED)
+find_package(Td 1.8.53 REQUIRED)
add_executable(tdjson_example tdjson_example.cpp)
target_link_libraries(tdjson_example PRIVATE Td::TdJson)