aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-09-22 16:22:03 +0300
committerlevlam <levlam@telegram.org>2023-09-22 16:22:03 +0300
commit2589c3fd46925f5d57e4ec79233cd1bd0f5d0c09 (patch)
tree13995bc6cfb54f105a081eb3ef0069af3ef245a9 /README.md
parent7eef4ec47a9929b71ff92ee0640033dd2fa2710f (diff)
Update version to 1.8.19.
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 261fc32ad..8045bbc98 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.18 REQUIRED)
+find_package(Td 1.8.19 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).