summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/binary.cc b/binary.cc
index cd96512a..ba6f497e 100644
--- a/binary.cc
+++ b/binary.cc
@@ -13,15 +13,15 @@ namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef USE_EDITOR
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x00020583;
+static unsigned long format_version = 0x00020585;
#else
-static unsigned long format_version = 0x00020582;
+static unsigned long format_version = 0x00020584;
#endif
#else
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x00020503;
+static unsigned long format_version = 0x00020505;
#else
-static unsigned long format_version = 0x00020502;
+static unsigned long format_version = 0x00020504;
#endif
#endif