diff options
author | John Wiegley <johnw@newartisans.com> | 2005-10-19 23:41:44 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:19 -0400 |
commit | 8eae667ba523f1590509cb436a2c45ff60d36414 (patch) | |
tree | d38de644e9ffb6c83b0e833f043cc51d3dc2870c | |
parent | f1f13c6972102d943e84b3e421e86f4aa06b6223 (diff) | |
download | fork-ledger-8eae667ba523f1590509cb436a2c45ff60d36414.tar.gz fork-ledger-8eae667ba523f1590509cb436a2c45ff60d36414.tar.bz2 fork-ledger-8eae667ba523f1590509cb436a2c45ff60d36414.zip |
*** no comment ***
-rw-r--r-- | binary.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ namespace ledger { static unsigned long binary_magic_number = 0xFFEED765; -static unsigned long format_version = 0x00020044; +static unsigned long format_version = 0x00020500; static account_t ** accounts; static account_t ** accounts_next; |