diff options
author | John Wiegley <johnw@newartisans.com> | 2005-07-07 00:02:17 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:14 -0400 |
commit | 39a7aed8b107c4d6a7e4a2fbfdb61a688b6f6c39 (patch) | |
tree | 5e8e4ed69adf061a82f5b52e612c22e7a520f86a | |
parent | e8df1732704c1e540f0d052bd0c8f9697012e8d0 (diff) | |
download | fork-ledger-39a7aed8b107c4d6a7e4a2fbfdb61a688b6f6c39.tar.gz fork-ledger-39a7aed8b107c4d6a7e4a2fbfdb61a688b6f6c39.tar.bz2 fork-ledger-39a7aed8b107c4d6a7e4a2fbfdb61a688b6f6c39.zip |
Increased binary version number.
-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 = 0x00020036; +static unsigned long format_version = 0x00020037; static account_t ** accounts; static account_t ** accounts_next; |