aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-03-08 14:33:22 +0300
committerlevlam <levlam@telegram.org>2024-03-08 14:33:22 +0300
commitb3b63bbdc14dc377d2de6b78e5844fec1564f95d (patch)
treeae9419275506f5447a181536abfa324e53209657 /README.md
parent52d9ac02ba388289543806821ee705201cfa549c (diff)
Update version to 1.8.26.
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 c23a892e2..d0fbd51e0 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.25 REQUIRED)
+find_package(Td 1.8.26 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).