Merge branch 'master' into v2.7a.

The only change to come forward was updating the binary version number.
This commit is contained in:
John Wiegley 2008-07-27 01:16:38 -04:00
commit 035c418f60

View file

@ -36,9 +36,9 @@ namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef DEBUG_ENABLED
static unsigned long format_version = 0x0002060b;
static unsigned long format_version = 0x00020701;
#else
static unsigned long format_version = 0x0002060a;
static unsigned long format_version = 0x00020700;
#endif
static account_t ** accounts;