summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-01 22:09:15 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-01 22:09:15 -0400
commit38c1b0feb05f8e0ffa42d72240c3e550c6be1c19 (patch)
tree99f5e2719fe89bcd60b33ec878dac24b8e3cd474
parent1336ac42ab799fe4f4b03a64d7b1a27b8a0b558b (diff)
downloadfork-ledger-38c1b0feb05f8e0ffa42d72240c3e550c6be1c19.tar.gz
fork-ledger-38c1b0feb05f8e0ffa42d72240c3e550c6be1c19.tar.bz2
fork-ledger-38c1b0feb05f8e0ffa42d72240c3e550c6be1c19.zip
Updated binary cache version.
-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;