Update the version number.
This commit is contained in:
parent
103674dd30
commit
e3b62cec68
|
@ -17,8 +17,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/* software version number */
|
||||
#define FDB_SW_VERSION "1.0.0"
|
||||
#define FDB_SW_VERSION_NUM 0x10000
|
||||
#define FDB_SW_VERSION "1.0.99"
|
||||
#define FDB_SW_VERSION_NUM 0x10099
|
||||
|
||||
/* the KV max name length must less then it */
|
||||
#ifndef FDB_KV_NAME_MAX
|
||||
|
|
Loading…
Reference in New Issue