From 056963e48fa8d3f89556239c22d6ac843d3c8a5b Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 31 Oct 2024 07:53:49 +0300 Subject: Update version to 1.8.39. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4416a3e77..9d62ad60a 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.38 REQUIRED) +find_package(Td 1.8.39 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). -- cgit v1.2.3