aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-09-30 22:51:46 +0300
committerlevlam <levlam@telegram.org>2020-09-30 22:51:46 +0300
commit30921606c5a5ea4c31193adcbb457cce4503751d (patch)
tree75dec6e0cdfc05bcc03f468903f252df4e3e6328 /README.md
parentda9141a43130e64e1c18cc4f071e227aa20a5e79 (diff)
Increase version to 1.6.9.
GitOrigin-RevId: 55cb12c94aaa4d10362a6429eb92c56b67ed73a0
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 04079779e..07391aa25 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,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.6.8 REQUIRED)
+find_package(Td 1.6.9 REQUIRED)
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
```
See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/tree/master/example/cpp/CMakeLists.txt).