From a6ef7fed731628a5e5b8af62f7e986d6f7ccf444 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 21 Apr 2008 16:35:12 +0000 Subject: [PATCH] windows-cache-version-20080421 LICENSE MIT increase the cache version because the cm_volume_t data structure was modified. --- src/WINNT/afsd/cm_memmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/cm_memmap.h b/src/WINNT/afsd/cm_memmap.h index 107302a64..565cbef60 100644 --- a/src/WINNT/afsd/cm_memmap.h +++ b/src/WINNT/afsd/cm_memmap.h @@ -10,7 +10,7 @@ #ifndef CM_MEMMAP_H #define CM_MEMMAP_H 1 -#define CM_CONFIG_DATA_VERSION 2 +#define CM_CONFIG_DATA_VERSION 3 #define CM_CONFIG_DATA_MAGIC ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24) typedef struct cm_config_data { -- 2.39.5