diff options
| author | levlam <levlam@telegram.org> | 2026-05-08 02:08:14 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-05-08 02:08:14 +0300 |
| commit | 7f163d850abbebecf749e99fb412271cc1f4e805 (patch) | |
| tree | f55045549f0ec3ba9e47ae66a67575d905c3e46b /README.md | |
| parent | ed87ce1030a369141524ce0735bbe6a890fd66be (diff) | |
Update version to 1.8.64.
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.63 REQUIRED) +find_package(Td 1.8.64 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
