aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-08-14 05:15:04 +0300
committerlevlam <levlam@telegram.org>2024-08-14 05:15:04 +0300
commit8d08b34e22a08e58db8341839c4e18ee06c516c5 (patch)
tree076859be30fbb5ca5d58a0036269dac55e8aeed2 /README.md
parent076173dcf4df8d7a90e9c9df6aff3a2eecbf08f2 (diff)
Update version to 1.8.35.
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 b17eae876..ae6e1922b 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.34 REQUIRED)
+find_package(Td 1.8.35 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).