summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-26 23:54:35 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-26 23:54:35 -0400
commit7848dbd7f76e580760b585eba3f67cf3a4ebaed9 (patch)
tree338e5e98c2781c28d639d1cb33145cbfcb4651dd
parent0c070cde61cb21e53638f3c9c9740baab7a12667 (diff)
downloadfork-ledger-7848dbd7f76e580760b585eba3f67cf3a4ebaed9.tar.gz
fork-ledger-7848dbd7f76e580760b585eba3f67cf3a4ebaed9.tar.bz2
fork-ledger-7848dbd7f76e580760b585eba3f67cf3a4ebaed9.zip
Increased binary cache file internal version number.
-rw-r--r--binary.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary.cc b/binary.cc
index 9185f766..295fc1bc 100644
--- a/binary.cc
+++ b/binary.cc
@@ -11,9 +11,9 @@ namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x0002060b;
+static unsigned long format_version = 0x0002060d;
#else
-static unsigned long format_version = 0x0002060a;
+static unsigned long format_version = 0x0002060c;
#endif
static account_t ** accounts;