Skip to content

Commit

Permalink
[fdb] Update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
armink committed Oct 6, 2024
1 parent 72a7905 commit f0af0ee
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 @@ -21,8 +21,8 @@ extern "C" {
#endif

/* software version number */
#define FDB_SW_VERSION "2.1.0"
#define FDB_SW_VERSION_NUM 0x20100
#define FDB_SW_VERSION "2.1.1"
#define FDB_SW_VERSION_NUM 0x20101

/* the KV max name length must less then it */
#ifndef FDB_KV_NAME_MAX
Expand Down

0 comments on commit f0af0ee

Please sign in to comment.