aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-05-01 01:25:21 +0300
committerlevlam <levlam@telegram.org>2025-05-01 01:25:21 +0300
commitb8b08b02dbbc0c05e7129e2f306c636c5b8ec04f (patch)
tree44829c63af71768487ce07f7dafd8da3ba69db81 /README.md
parentd7831d9290d9208dd3e5d880d201cd8c8783ad69 (diff)
Update version to 1.8.48.
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 286a265a2..20c5562d7 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.47 REQUIRED)
+find_package(Td 1.8.48 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt).