From 39a7aed8b107c4d6a7e4a2fbfdb61a688b6f6c39 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 7 Jul 2005 00:02:17 +0000 Subject: Increased binary version number. --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary.cc') diff --git a/binary.cc b/binary.cc index abe8fccd..7f7d98e0 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 = 0x00020036; +static unsigned long format_version = 0x00020037; static account_t ** accounts; static account_t ** accounts_next; -- cgit v1.2.3