From fdac1f14e9004727f55598cdaf3647c519cfb005 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 7 Jan 2005 04:52:28 +0000 Subject: [PATCH] updated cache version --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary.cc b/binary.cc index 4ef7d3f6..7b97a21c 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 = 0x00020026; +static unsigned long format_version = 0x00020027; static account_t ** accounts; static account_t ** accounts_next;