X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=db.h;h=28bf84d9df60a6a003618931854e9b6fc36c3b5d;hb=fd6198891d6fd9642effc0843fef6f23b991af3e;hp=1670d6bc304c1e327f3bf2463dfbb5ae953cf0ac;hpb=d0f2469aedf852ba2d6949e59bfc1fff565960c9;p=plocate diff --git a/db.h b/db.h index 1670d6b..28bf84d 100644 --- a/db.h +++ b/db.h @@ -5,7 +5,7 @@ struct Header { char magic[8]; // "\0plocate"; - uint32_t version; // 1. + uint32_t version; // 2 is the current version. uint32_t hashtable_size; uint32_t extra_ht_slots; uint32_t num_docids;