diff options
| author | levlam <levlam@telegram.org> | 2025-09-06 02:08:32 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-09-06 02:08:32 +0300 |
| commit | bdec6af5d70dd51dd8ee9c0565a8a81deb9d169b (patch) | |
| tree | b8b84024ca5b7f50eaff3e60ac091e6f6e631556 /README.md | |
| parent | b2cf7301b49d80efde1758407dec8b8bc294cac4 (diff) | |
Update version to 1.8.53.
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.52 REQUIRED) +find_package(Td 1.8.53 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
