[fdb] update the version number to V2.1.0

This commit is contained in:
armink 2023-11-19 12:36:13 +08:00
parent 718f73fbe6
commit 441d514da2
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ extern "C" {
#endif #endif
/* software version number */ /* software version number */
#define FDB_SW_VERSION "2.0.0" #define FDB_SW_VERSION "2.1.0"
#define FDB_SW_VERSION_NUM 0x20000 #define FDB_SW_VERSION_NUM 0x20100
/* 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