File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ resources(client-resources.global
22
22
${YDB_SDK_SOURCE_DIR} /src/client/resources/ydb_sdk_version.txt
23
23
${YDB_SDK_SOURCE_DIR} /src/client/resources/ydb_root_ca.pem
24
24
KEYS
25
- ydb_sdk_version .txt
26
- ydb_root_ca .pem
25
+ ydb_sdk_version_v3 .txt
26
+ ydb_root_ca_v3 .pem
27
27
)
28
28
29
29
_ydb_sdk_make_client_component (Resources client-resources client-resources.global )
Original file line number Diff line number Diff line change 5
5
namespace NYdb ::inline V3 {
6
6
7
7
std::string GetRootCertificate () {
8
- return NResource::Find (" ydb_root_ca .pem" );
8
+ return NResource::Find (" ydb_root_ca_v3 .pem" );
9
9
}
10
10
11
11
} // namespace NYdb
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const char* YDB_CLIENT_CAPABILITY_SESSION_BALANCER = "session-balancer";
29
29
30
30
31
31
std::string GetSdkSemver () {
32
- return NResource::Find (" ydb_sdk_version .txt" );
32
+ return NResource::Find (" ydb_sdk_version_v3 .txt" );
33
33
}
34
34
35
35
} // namespace NYdb
You can’t perform that action at this time.
0 commit comments