aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-06-11 15:29:20 +0300
committerlevlam <levlam@telegram.org>2026-06-11 15:29:20 +0300
commita8f21f5230172634becc1739050ef23ecd6ea291 (patch)
treecc11534bd1179c4c0b6addc4eab3f7b143555a0a /example/cpp/CMakeLists.txt
parente80270f4c6c68ef4bfbca232ed04af46b0f50009 (diff)
Update version to 1.8.65.
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 afbd45329..d6782f0dd 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.64 REQUIRED)
+find_package(Td 1.8.65 REQUIRED)
add_executable(tdjson_example tdjson_example.cpp)
target_link_libraries(tdjson_example PRIVATE Td::TdJson)