[fdb] update the version number to 2.0.0

This commit is contained in:
朱天龙 (Armink) 2023-05-14 22:00:41 +08:00
parent a035ea3b2c
commit 53de94f82c
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, Armink, <armink.ztl@gmail.com>
* Copyright (c) 2020-2023, Armink, <armink.ztl@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -17,8 +17,8 @@ extern "C" {
#endif
/* software version number */
#define FDB_SW_VERSION "1.2.0"
#define FDB_SW_VERSION_NUM 0x10200
#define FDB_SW_VERSION "2.0.0"
#define FDB_SW_VERSION_NUM 0x20000
/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX