update the version number.

This commit is contained in:
朱天龙 (Armink) 2022-05-18 20:27:46 +08:00
parent 536c1f3a6f
commit 03500fa925
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.2"
#define FDB_SW_VERSION_NUM 0x10102
#define FDB_SW_VERSION "1.2.0"
#define FDB_SW_VERSION_NUM 0x10200
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX