aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-10-21 19:01:59 +0300
committerlevlam <levlam@telegram.org>2024-10-21 19:01:59 +0300
commitd321984b75fccdb76239529e8aadcf7f80b0e35a (patch)
treeaf39c19b829dafbb291299b2d85c8f693bb1c48c /README.md
parent512c9664f5ffc88575b510830a5ca4312560e6ed (diff)
Update version to 1.8.38.
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 e348a46a9..4416a3e77 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.37 REQUIRED)
+find_package(Td 1.8.38 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).