Skip to content

Commit

Permalink
[fdb] update the version number to V1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
armink committed Mar 28, 2022
1 parent 2454470 commit 7062902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/fdb_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7062902

Please sign in to comment.