summaryrefslogtreecommitdiffstats
path: root/lib/cache/api.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:47:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:47:11 +0000
commitfa4b01ee7d479f7186d3a1a9c9eaf5211a3521ac (patch)
treeac80b66e9ade699a7a2b02492a4795838be0f6f3 /lib/cache/api.c
parentAdding debian version 5.7.1-1. (diff)
downloadknot-resolver-fa4b01ee7d479f7186d3a1a9c9eaf5211a3521ac.tar.xz
knot-resolver-fa4b01ee7d479f7186d3a1a9c9eaf5211a3521ac.zip
Merging upstream version 5.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/cache/api.c')
-rw-r--r--lib/cache/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache/api.c b/lib/cache/api.c
index bb627ea..f71a8d0 100644
--- a/lib/cache/api.c
+++ b/lib/cache/api.c
@@ -40,7 +40,7 @@
/** Cache version */
-static const uint16_t CACHE_VERSION = 6;
+static const uint16_t CACHE_VERSION = 7;
/** Key size */
#define KEY_HSIZE (sizeof(uint8_t) + sizeof(uint16_t))
#define KEY_SIZE (KEY_HSIZE + KNOT_DNAME_MAXLEN)