diff options
| author | levlam <levlam@telegram.org> | 2024-10-05 16:58:54 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-10-05 16:58:54 +0300 |
| commit | 21e5ce0e977fe012e0cee4e6fcfe704b47b00774 (patch) | |
| tree | 66cc7bf7e1c5f8b8bb51f47016f2ce69a66fe29c /README.md | |
| parent | 15b86a17dc51caf5a3ba0b0acdb671cf8a27c80c (diff) | |
Update version to 1.8.37.
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.36 REQUIRED) +find_package(Td 1.8.37 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
