Skip to content

Commit 7062902

Browse files
committed
[fdb] update the version number to V1.1.2
1 parent 2454470 commit 7062902

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.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)