diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index a7d7b548..a660bbf1 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -98,7 +98,7 @@ struct zserv_header * always set to 255 in new zserv. */ uint8_t version; -#define ZSERV_VERSION 1 +#define ZSERV_VERSION 2 uint16_t command; }; |