aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-01-14 10:32:35 +0300
committerlevlam <levlam@telegram.org>2025-01-14 10:32:35 +0300
commit11406d9d6f3baa999b77fbd09f36c67749c31699 (patch)
treea607d66de5132ea092e7fe625c729c1a62ea0c77 /README.md
parent53e4f7ff43430f82a0320720d8fb9f7f097759ed (diff)
Update version to 1.8.43.
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 956f24efd..df613ca85 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.42 REQUIRED)
+find_package(Td 1.8.43 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).