Skip to content

Commit fad201a

Browse files
committed
[fdb] Update the version to V1.1.0
1 parent 353f261 commit fad201a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/fdb_def.h

+2-2
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.0.99"
21-
#define FDB_SW_VERSION_NUM 0x10099
20+
#define FDB_SW_VERSION "1.1.0"
21+
#define FDB_SW_VERSION_NUM 0x10100
2222

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

0 commit comments

Comments
 (0)