diff options
| author | levlam <levlam@telegram.org> | 2024-10-31 07:53:49 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-10-31 07:53:49 +0300 |
| commit | 056963e48fa8d3f89556239c22d6ac843d3c8a5b (patch) | |
| tree | babf12ecdee905224f958a6602630393efd9a4a7 /README.md | |
| parent | aa1750318ffc36b6554760b4deab3d9fb4b7424f (diff) | |
Update version to 1.8.39.
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.38 REQUIRED) +find_package(Td 1.8.39 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
