Browse Source

fix version 1.0.1, the last 1 means the 1st provided

Signed-off-by: surenyi <surenyi82@163.com>
master
surenyi 8 years ago
parent
commit
1c797b4656
  1. 4
      src/zkbdef.h

4
src/zkbdef.h

@ -19,9 +19,9 @@ extern "C" {
#include "common/udp_readable.h"
#include "cJSON.h"
#define ZKB_MAJOR 2
#define ZKB_MAJOR 1
#define ZKB_MINOR 0
#define ZKB_PATCH 0
#define ZKB_PATCH 1
#ifdef __cplusplus
}

Loading…
Cancel
Save