*** no comment ***
This commit is contained in:
parent
5b06ef234e
commit
e984f50869
1 changed files with 4 additions and 0 deletions
|
|
@ -11,7 +11,11 @@
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
||||||
static unsigned long binary_magic_number = 0xFFEED765;
|
static unsigned long binary_magic_number = 0xFFEED765;
|
||||||
|
#ifdef DEBUG_ENABLED
|
||||||
|
static unsigned long format_version = 0x00020501;
|
||||||
|
#else
|
||||||
static unsigned long format_version = 0x00020500;
|
static unsigned long format_version = 0x00020500;
|
||||||
|
#endif
|
||||||
|
|
||||||
static account_t ** accounts;
|
static account_t ** accounts;
|
||||||
static account_t ** accounts_next;
|
static account_t ** accounts_next;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue