From fa1776c058b12ae86703dac4dcc00a97839d9c5f Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sun, 2 Nov 2003 18:24:18 +0000 Subject: [PATCH] INDEX_VERSION fixed --- lib/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.h b/lib/index.h index a05ca707..c997731e 100644 --- a/lib/index.h +++ b/lib/index.h @@ -9,7 +9,7 @@ #include "custom/lib/custom.h" -#define INDEX_VERSION (0xBEEF0001+sizeof(struct card_attr)) /* Increase with each incompatible change in index format */ +#define INDEX_VERSION (0x32260100+sizeof(struct card_attr)) /* Increase with each incompatible change in index format */ /* * Words -- 2.39.2