diff options
| author | levlam <levlam@telegram.org> | 2025-01-14 10:32:35 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-01-14 10:32:35 +0300 |
| commit | 11406d9d6f3baa999b77fbd09f36c67749c31699 (patch) | |
| tree | a607d66de5132ea092e7fe625c729c1a62ea0c77 /README.md | |
| parent | 53e4f7ff43430f82a0320720d8fb9f7f097759ed (diff) | |
Update version to 1.8.43.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,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.42 REQUIRED) +find_package(Td 1.8.43 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
