aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-03-08 21:14:44 +0300
committerlevlam <levlam@telegram.org>2023-03-08 21:14:44 +0300
commit0c09070ce5d36bcccc5533c89dea45909483f45a (patch)
tree11472ea14cc6ffcd2b6c0393572529f7a3e2e1d3 /README.md
parent97968f89567eb5b45d4c386bca83dc2e8ae78fb0 (diff)
Update version to 1.8.12.
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 a5dd195ba..21da214b1 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.11 REQUIRED)
+find_package(Td 1.8.12 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).