aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-12-31 00:23:39 +0300
committerlevlam <levlam@telegram.org>2024-12-31 00:23:39 +0300
commitef580cd3dd0e5223c2be503342dc29e128be866e (patch)
tree71ab84b9e54df01f1365c490dcd189e6e978b246 /README.md
parent754c8259be2a6953347691151e26993b03d791d1 (diff)
Update version to 1.8.42.
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 38a80516d..956f24efd 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.41 REQUIRED)
+find_package(Td 1.8.42 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).