*** empty log message ***

This commit is contained in:
John Wiegley 2005-11-09 23:07:43 +00:00
parent 61166ea4d3
commit c482e8a317

View file

@ -11,7 +11,11 @@
namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef DEBUG_ENABLED
static unsigned long format_version = 0x00020501;
#else
static unsigned long format_version = 0x00020500;
#endif
static account_t ** accounts;
static account_t ** accounts_next;