[fdb] update the version number to V1.1.2

This commit is contained in:
朱天龙 (Armink) 2022-03-28 17:24:43 +08:00
parent 24544704ed
commit 7062902a3e
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ extern "C" {
#endif
/* software version number */
#define FDB_SW_VERSION "1.1.1"
#define FDB_SW_VERSION_NUM 0x10101
#define FDB_SW_VERSION "1.1.2"
#define FDB_SW_VERSION_NUM 0x10102
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX