updated binary version number

This commit is contained in:
John Wiegley 2005-05-13 02:39:38 +00:00
parent 3b7d4f172d
commit 7252b8a6cd

View file

@ -11,7 +11,7 @@
namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
static unsigned long format_version = 0x00020032;
static unsigned long format_version = 0x00020033;
static account_t ** accounts;
static account_t ** accounts_next;