diff options
| author | levlam <levlam@telegram.org> | 2025-10-15 14:58:24 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-10-15 14:58:24 +0300 |
| commit | 8fbaf8441a79214bd00a1f19ab0bbcc91cd04e52 (patch) | |
| tree | b28ca0f8f11535fe17f918a348c998762e2ca116 /README.md | |
| parent | 1273818a16989f312d1112213f14fdb090abf30c (diff) | |
Update version to 1.8.56.
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.55 REQUIRED) +find_package(Td 1.8.56 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
