[fdb] Update the version number

This commit is contained in:
armink
2024-10-06 10:39:18 +08:00
parent 72a7905238
commit f0af0eeda4
+2 -2
View File
@@ -21,8 +21,8 @@ extern "C" {
#endif
/* software version number */
#define FDB_SW_VERSION "2.1.0"
#define FDB_SW_VERSION_NUM 0x20100
#define FDB_SW_VERSION "2.1.1"
#define FDB_SW_VERSION_NUM 0x20101
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX