diff options
| author | levlam <levlam@telegram.org> | 2020-08-16 10:42:58 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-08-16 10:42:58 +0300 |
| commit | 3282a873cb24b0c975b6929aeb71a00fc6a18b7c (patch) | |
| tree | 12555e532d1cc6eb44a694d8bbd98598d7e23599 /README.md | |
| parent | 62b0582becc18219f5737c82b2c825088558dd1d (diff) | |
Increase version to 1.6.8.
GitOrigin-RevId: c98b172820d18227ef493812bfd20918434c5929
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,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.6.7 REQUIRED) +find_package(Td 1.6.8 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/tree/master/example/cpp/CMakeLists.txt). |
