Skip to content

Commit ec6447d

Browse files
committed
【更新】至 V1.1.2 最新版
1 parent 631dcda commit ec6447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/fdb_def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ extern "C" {
1717
#endif
1818

1919
/* software version number */
20-
#define FDB_SW_VERSION "1.1.1"
21-
#define FDB_SW_VERSION_NUM 0x10101
20+
#define FDB_SW_VERSION "1.1.2"
21+
#define FDB_SW_VERSION_NUM 0x10102
2222

2323
/* the KV max name length must less then it */
2424
#ifndef FDB_KV_NAME_MAX

0 commit comments

Comments
 (0)