From 4df2ee200c3ee9c8250f39a14dd8643d8884dc03 Mon Sep 17 00:00:00 2001 From: zjucx Date: Tue, 8 Jun 2021 11:13:56 +0800 Subject: [PATCH] update interfaces/kits/registry/iproxy_client.h. --- interfaces/kits/registry/iproxy_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/registry/iproxy_client.h b/interfaces/kits/registry/iproxy_client.h index 302a675..19ec48e 100755 --- a/interfaces/kits/registry/iproxy_client.h +++ b/interfaces/kits/registry/iproxy_client.h @@ -52,7 +52,7 @@ extern "C" { #endif #endif -#define CLIENT_PROXY_VER 0x40 +#define CLIENT_PROXY_VER (0x40 | (uint16)DEFAULT_VERSION) /** * @brief Indicates the inherited macro of the client proxy. -- Gitee