diff --git a/inc/fdb_def.h b/inc/fdb_def.h index f124896..f2f24dd 100644 --- a/inc/fdb_def.h +++ b/inc/fdb_def.h @@ -21,8 +21,8 @@ extern "C" { #endif /* software version number */ -#define FDB_SW_VERSION "2.0.0" -#define FDB_SW_VERSION_NUM 0x20000 +#define FDB_SW_VERSION "2.1.0" +#define FDB_SW_VERSION_NUM 0x20100 /* the KV max name length must less then it */ #ifndef FDB_KV_NAME_MAX