aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-08-15 18:11:16 +0300
committerlevlam <levlam@telegram.org>2023-08-15 18:11:16 +0300
commitcde095db6c75827fe4bd237039574aad373ad96b (patch)
treefe1d1bbbd8040f219d31835738e8bc8161144493 /README.md
parent5a60e62892828b7af66e625fc248e1d8d4795a57 (diff)
Update version to 1.8.16.
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 25da6341a..14f7002fd 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.15 REQUIRED)
+find_package(Td 1.8.16 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).