diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-27 01:16:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-27 01:16:38 -0400 |
commit | 035c418f60b16643637b7f398d72b92538d11e37 (patch) | |
tree | a9be907ef7054e77d5c9be296ed5cf755de4f5ac /binary.cc | |
parent | 9e9f25b566987c340a728ab473a34670969fbeee (diff) | |
parent | e5a8bbf997f14ea2edf52d6dfe733969cc67589b (diff) | |
download | fork-ledger-035c418f60b16643637b7f398d72b92538d11e37.tar.gz fork-ledger-035c418f60b16643637b7f398d72b92538d11e37.tar.bz2 fork-ledger-035c418f60b16643637b7f398d72b92538d11e37.zip |
Merge branch 'master' into v2.7a.
The only change to come forward was updating the binary version number.
Diffstat (limited to 'binary.cc')
-rw-r--r-- | binary.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |