diff options
| author | levlam <levlam@telegram.org> | 2024-02-16 01:00:29 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-02-16 01:00:29 +0300 |
| commit | d93a99e3351db82573d765ce4f5e84714c277518 (patch) | |
| tree | 90a66077672338c8a3d68878b1f2a3b98680d7db /README.md | |
| parent | 5b9c066b345448c5f0eaa0642b8d2166007f82d8 (diff) | |
Update version to 1.8.25.
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.24 REQUIRED) +find_package(Td 1.8.25 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
