summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary.cc b/binary.cc
index 211d701f..3ba7bf9d 100644
--- a/binary.cc
+++ b/binary.cc
@@ -36,9 +36,9 @@ namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x0002060b;
+static unsigned long format_version = 0x00020701;
#else
-static unsigned long format_version = 0x0002060a;
+static unsigned long format_version = 0x00020700;
#endif
static account_t ** accounts;