diff options
| author | levlam <levlam@telegram.org> | 2024-05-28 00:09:39 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-05-28 00:09:39 +0300 |
| commit | fab354add5a257a8121a4a7f1ff6b1b9fa9a9073 (patch) | |
| tree | d7484ae14738aefc30142da599f442c9dc9a0572 /README.md | |
| parent | e9e2339e76089412eaf69c076c3b755a79891270 (diff) | |
Update version to 1.8.30.
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.29 REQUIRED) +find_package(Td 1.8.30 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
