aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-05-28 00:09:39 +0300
committerlevlam <levlam@telegram.org>2024-05-28 00:09:39 +0300
commitfab354add5a257a8121a4a7f1ff6b1b9fa9a9073 (patch)
treed7484ae14738aefc30142da599f442c9dc9a0572 /README.md
parente9e2339e76089412eaf69c076c3b755a79891270 (diff)
Update version to 1.8.30.
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 eca7c3acb..589bfab28 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.29 REQUIRED)
+find_package(Td 1.8.30 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).