aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-10-15 14:58:24 +0300
committerlevlam <levlam@telegram.org>2025-10-15 14:58:24 +0300
commit8fbaf8441a79214bd00a1f19ab0bbcc91cd04e52 (patch)
treeb28ca0f8f11535fe17f918a348c998762e2ca116 /README.md
parent1273818a16989f312d1112213f14fdb090abf30c (diff)
Update version to 1.8.56.
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 5e36fc6e4..b7532579d 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,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.55 REQUIRED)
+find_package(Td 1.8.56 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).