diff options
Diffstat (limited to 'hal_internal.h')
-rw-r--r-- | hal_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal_internal.h b/hal_internal.h index 4bf0e7c..7a97a87 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -438,7 +438,7 @@ typedef enum { RPC_FUNC_PKEY_RENAME, } rpc_func_num_t; -#define RPC_VERSION 0x00010000 /* 0.1.0.0 */ +#define RPC_VERSION 0x01010000 /* 1.1.0.0 */ /* * RPC client locality. These have to be defines rather than an enum, |