update version to 7.2.0 -- pr comment

This commit is contained in:
Aaron Molitor 2022-04-08 19:13:11 -05:00 committed by Aaron Molitor
parent 8db8545db2
commit f49b761d14
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ typedef struct key {
const uint8_t* key;
int key_length;
} FDBKey;
#if FDB_API_VERSION >= 720
#if FDB_API_VERSION >= 630
typedef struct keyvalue {
const uint8_t* key;
int key_length;