update the version number.
This commit is contained in:
parent
536c1f3a6f
commit
03500fa925
|
@ -17,8 +17,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/* software version number */
|
||||
#define FDB_SW_VERSION "1.1.2"
|
||||
#define FDB_SW_VERSION_NUM 0x10102
|
||||
#define FDB_SW_VERSION "1.2.0"
|
||||
#define FDB_SW_VERSION_NUM 0x10200
|
||||
|
||||
/* the KV max name length must less then it */
|
||||
#ifndef FDB_KV_NAME_MAX
|
||||
|
|
Loading…
Reference in New Issue