Increased binary cache file internal version number.
This commit is contained in:
parent
0c070cde61
commit
7848dbd7f7
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ namespace ledger {
|
||||||
|
|
||||||
static unsigned long binary_magic_number = 0xFFEED765;
|
static unsigned long binary_magic_number = 0xFFEED765;
|
||||||
#ifdef DEBUG_ENABLED
|
#ifdef DEBUG_ENABLED
|
||||||
static unsigned long format_version = 0x0002060b;
|
static unsigned long format_version = 0x0002060d;
|
||||||
#else
|
#else
|
||||||
static unsigned long format_version = 0x0002060a;
|
static unsigned long format_version = 0x0002060c;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static account_t ** accounts;
|
static account_t ** accounts;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue