feat: change the version number to 2.2.99
AutoTestCI / AutoTest (GRAN=1) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=128) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=256) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=32) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=64) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=8) (push) Has been cancelled

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