Update the version number.

This commit is contained in:
armink 2020-10-08 20:00:08 +08:00
parent 103674dd30
commit e3b62cec68
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ extern "C" {
#endif #endif
/* software version number */ /* software version number */
#define FDB_SW_VERSION "1.0.0" #define FDB_SW_VERSION "1.0.99"
#define FDB_SW_VERSION_NUM 0x10000 #define FDB_SW_VERSION_NUM 0x10099
/* the KV max name length must less then it */ /* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX #ifndef FDB_KV_NAME_MAX