aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-11-05 02:50:48 +0300
committerlevlam <levlam@telegram.org>2022-11-05 02:50:48 +0300
commitbbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0 (patch)
tree6136b3738dbd5abed63c08e69a752daafbf24f3a /README.md
parente4fe474d586ecaa0bed7a630e9629189167bf9e5 (diff)
Update version to 1.8.8.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0df441a6..ef82fb2e4 100644
--- a/README.md
+++ b/README.md
@@ -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.7 REQUIRED)
+find_package(Td 1.8.8 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).