From e83b8a04717bf004fae57e79fa291f0599a1ce06 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 1 Feb 2005 00:28:30 +0000 Subject: [PATCH] Updated binary cache version, for good measure. --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary.cc b/binary.cc index 6b38a2c5..601c779e 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 = 0x00020028; +static unsigned long format_version = 0x00020029; static account_t ** accounts; static account_t ** accounts_next;