feat: update the version number to v2.2.0

This commit is contained in:
朱天龙 (Armink)
2026-03-23 18:59:33 +08:00
committed by GitHub
parent ad7a3a48bb
commit 65a87640bf
+2 -2
View File
@@ -21,8 +21,8 @@ extern "C" {
#endif
/* software version number */
#define FDB_SW_VERSION "2.1.99"
#define FDB_SW_VERSION_NUM 0x20199
#define FDB_SW_VERSION "2.2.0"
#define FDB_SW_VERSION_NUM 0x20200
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX