From 0dc7584810d4a1c3d619a06f64e2ca55a9375d2c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 25 Feb 2006 10:57:09 +0000 Subject: *** no comment *** --- binary.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'binary.cc') 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 -- cgit v1.2.3