diff options
| author | levlam <levlam@telegram.org> | 2025-11-26 17:24:27 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-11-26 17:24:27 +0300 |
| commit | 6f4ee8703898f7829c442c74c5170beada171962 (patch) | |
| tree | 1481c2ea1e0b35d067d6dc707d03a0bd3fd1b73c /README.md | |
| parent | e9ec473691200252f065521a8260827a3784101f (diff) | |
Update version to 1.8.57.
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.56 REQUIRED) +find_package(Td 1.8.57 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
