aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-07-07 00:07:17 +0300
committerlevlam <levlam@telegram.org>2024-07-07 00:07:17 +0300
commitcb164927417f22811c74cd8678ed4a5ab7cb80ba (patch)
treec3e284608e382025a4d5165a4fca31b3d4a3ecbc /README.md
parentbedbd6e0072658411164419edcb84fb2b5aa3206 (diff)
Update version to 1.8.33.
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 258fff4b6..57d000f7d 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.32 REQUIRED)
+find_package(Td 1.8.33 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).