[fdb] Update the version to V1.1.0

This commit is contained in:
armink
2021-10-07 19:57:57 +08:00
parent 353f261008
commit fad201a4d8
+2 -2
View File
@@ -17,8 +17,8 @@ extern "C" {
#endif
/* software version number */
#define FDB_SW_VERSION "1.0.99"
#define FDB_SW_VERSION_NUM 0x10099
#define FDB_SW_VERSION "1.1.0"
#define FDB_SW_VERSION_NUM 0x10100
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX