Updated binary cache version, for good measure.

This commit is contained in:
John Wiegley 2005-02-01 00:28:30 +00:00
parent 482331d425
commit e83b8a0471

View file

@ -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;