diff options
| author | levlam <levlam@telegram.org> | 2026-06-11 15:29:20 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-06-11 15:29:20 +0300 |
| commit | a8f21f5230172634becc1739050ef23ecd6ea291 (patch) | |
| tree | cc11534bd1179c4c0b6addc4eab3f7b143555a0a /README.md | |
| parent | e80270f4c6c68ef4bfbca232ed04af46b0f50009 (diff) | |
Update version to 1.8.65.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ target_link_libraries(YourTarget PRIVATE Td::TdStatic) Or you could install `TDLib` and then reference it in your CMakeLists.txt like this: ``` -find_package(Td 1.8.64 REQUIRED) +find_package(Td 1.8.65 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
