diff options
| author | levlam <levlam@telegram.org> | 2024-11-17 04:31:14 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-11-17 04:31:14 +0300 |
| commit | 66c4751742d2ca810033b289fc57ab4f83cfc833 (patch) | |
| tree | a7d7fa64141fa8cf14aadd86f47424d9a2dbe9ef /README.md | |
| parent | 3500b7f422bb63bfc20122f9ed86c99b15c1c892 (diff) | |
Update version to 1.8.40.
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.39 REQUIRED) +find_package(Td 1.8.40 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
