aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-07-31 03:19:36 +0300
committerlevlam <levlam@telegram.org>2022-07-31 03:19:36 +0300
commitd9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9 (patch)
treee3d98427d10f3c0ecaf125b3cc4f9f268a9daa17 /README.md
parent044aabf3296da9094725adca8b408d4d4d7f951e (diff)
Update version to 1.8.5.
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 a86ec158d..5038d9b71 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.4 REQUIRED)
+find_package(Td 1.8.5 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).