diff options
| author | levlam <levlam@telegram.org> | 2023-03-08 21:14:44 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-03-08 21:14:44 +0300 |
| commit | 0c09070ce5d36bcccc5533c89dea45909483f45a (patch) | |
| tree | 11472ea14cc6ffcd2b6c0393572529f7a3e2e1d3 /README.md | |
| parent | 97968f89567eb5b45d4c386bca83dc2e8ae78fb0 (diff) | |
Update version to 1.8.12.
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.11 REQUIRED) +find_package(Td 1.8.12 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
