From 889014dedcb5174a24a2bdabf6dc1e19515fba2c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 31 May 2005 22:38:23 +0000 Subject: Increased binary file version number. --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary.cc b/binary.cc index 70a4b628..6ed7e416 100644 --- a/binary.cc +++ b/binary.cc @@ -11,7 +11,7 @@ namespace ledger { static unsigned long binary_magic_number = 0xFFEED765; -static unsigned long format_version = 0x00020033; +static unsigned long format_version = 0x00020034; static account_t ** accounts; static account_t ** accounts_next; -- cgit v1.2.3