updated cache version

This commit is contained in:
John Wiegley 2005-01-07 04:52:28 +00:00
parent 003de10848
commit fdac1f14e9

View file

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