Skip to content

Commit 60f6555

Browse files
authored
feat: Update software version to 2.1.99
1 parent 8856961 commit 60f6555

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
@@ -21,8 +21,8 @@ extern "C" {
2121
#endif
2222

2323
/* software version number */
24-
#define FDB_SW_VERSION "2.1.1"
25-
#define FDB_SW_VERSION_NUM 0x20101
24+
#define FDB_SW_VERSION "2.1.99"
25+
#define FDB_SW_VERSION_NUM 0x20199
2626

2727
/* the KV max name length must less then it */
2828
#ifndef FDB_KV_NAME_MAX

0 commit comments

Comments
 (0)