We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631dcda commit ec6447dCopy full SHA for ec6447d
inc/fdb_def.h
@@ -17,8 +17,8 @@ extern "C" {
17
#endif
18
19
/* software version number */
20
-#define FDB_SW_VERSION "1.1.1"
21
-#define FDB_SW_VERSION_NUM 0x10101
+#define FDB_SW_VERSION "1.1.2"
+#define FDB_SW_VERSION_NUM 0x10102
22
23
/* the KV max name length must less then it */
24
#ifndef FDB_KV_NAME_MAX
0 commit comments