diff options
| author | levlam <levlam@telegram.org> | 2024-06-18 00:59:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-06-18 00:59:04 +0300 |
| commit | 8f19c751dc296cedb9a921badb7a02a8c0cb1aeb (patch) | |
| tree | c1a42dc2da4a0b464d31b6413bc3ac946afadb7b /README.md | |
| parent | 14b66aec1b290b5377df63e7c38a4aefb3fb5c92 (diff) | |
Update version to 1.8.31.
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.30 REQUIRED) +find_package(Td 1.8.31 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
