File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if (POLICY CMP0065)
6
6
cmake_policy (SET CMP0065 NEW)
7
7
endif ()
8
8
9
- project (TDLib VERSION 1.7.8 LANGUAGES CXX C)
9
+ project (TDLib VERSION 1.7.9 LANGUAGES CXX C)
10
10
11
11
if (NOT DEFINED CMAKE_MODULE_PATH )
12
12
set (CMAKE_MODULE_PATH "" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ target_link_libraries(YourTarget PRIVATE Td::TdStatic)
103
103
104
104
Or you could install ` TDLib ` and then reference it in your CMakeLists.txt like this:
105
105
```
106
- find_package(Td 1.7.8 REQUIRED)
106
+ find_package(Td 1.7.9 REQUIRED)
107
107
target_link_libraries(YourTarget PRIVATE Td::TdStatic)
108
108
```
109
109
See [ example/cpp/CMakeLists.txt] ( https://github.com/tdlib/td/tree/master/example/cpp/CMakeLists.txt ) .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
2
2
3
3
project (TdExample VERSION 1.0 LANGUAGES CXX)
4
4
5
- find_package (Td 1.7.8 REQUIRED)
5
+ find_package (Td 1.7.9 REQUIRED)
6
6
7
7
add_executable (tdjson_example tdjson_example.cpp)
8
8
target_link_libraries (tdjson_example PRIVATE Td::TdJson)
Original file line number Diff line number Diff line change 1
1
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" >
2
2
<Metadata >
3
- <Identity Id =" Telegram.Td.UWP" Version =" 1.7.8 " Language =" en-US" Publisher =" Telegram LLC" />
3
+ <Identity Id =" Telegram.Td.UWP" Version =" 1.7.9 " Language =" en-US" Publisher =" Telegram LLC" />
4
4
<DisplayName >TDLib for Universal Windows Platform</DisplayName >
5
5
<Description >TDLib is a library for building Telegram clients</Description >
6
6
<MoreInfo >https://core.telegram.org/tdlib</MoreInfo >
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ class Td final : public Actor {
244
244
static td_api::object_ptr<td_api::Object> static_request (td_api::object_ptr<td_api::Function> function);
245
245
246
246
private:
247
- static constexpr const char *TDLIB_VERSION = " 1.7.8 " ;
247
+ static constexpr const char *TDLIB_VERSION = " 1.7.9 " ;
248
248
static constexpr int64 ONLINE_ALARM_ID = 0 ;
249
249
static constexpr int64 PING_SERVER_ALARM_ID = -1 ;
250
250
static constexpr int32 PING_SERVER_TIMEOUT = 300 ;
You can’t perform that action at this time.
0 commit comments