From b02c7ef8aad04e910c228ba8eadaf8a85283cc52 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 8 Dec 2004 05:21:30 +0000 Subject: Fixed a textual parsing bug. --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary.cc') diff --git a/binary.cc b/binary.cc index 0dd1e9fc..e80e3c4b 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 = 0x00020025; +static unsigned long format_version = 0x00020026; static account_t ** accounts; static account_t ** accounts_next; -- cgit v1.2.3