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;