From c482e8a3179fb8795bd02526eedc0b8cac77d527 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Nov 2005 23:07:43 +0000 Subject: *** empty log message *** --- binary.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binary.cc') diff --git a/binary.cc b/binary.cc index 6be9ed39..227b7919 100644 --- a/binary.cc +++ b/binary.cc @@ -11,7 +11,11 @@ namespace ledger { static unsigned long binary_magic_number = 0xFFEED765; +#ifdef DEBUG_ENABLED +static unsigned long format_version = 0x00020501; +#else static unsigned long format_version = 0x00020500; +#endif static account_t ** accounts; static account_t ** accounts_next; -- cgit v1.2.3