summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache.h b/src/cache.h
index b7766660..7765e5c2 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -64,9 +64,9 @@ class binary_cache_t
{
static const unsigned long binary_magic_number = 0xFFEED765;
#if defined(DEBUG_ON)
- static const unsigned long format_version = 0x0002060d;
+ static const unsigned long format_version = 0x00030001;
#else
- static const unsigned long format_version = 0x0002060c;
+ static const unsigned long format_version = 0x00030000;
#endif
scoped_array<char> item_pool;