summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-12-08 05:21:30 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:48 -0400
commitb02c7ef8aad04e910c228ba8eadaf8a85283cc52 (patch)
tree89d2bccc94978ee5b994e032f2c0541f0fc47a2b /binary.cc
parentaa3101f7ed432fce999383f64df62a00ed713884 (diff)
downloadfork-ledger-b02c7ef8aad04e910c228ba8eadaf8a85283cc52.tar.gz
fork-ledger-b02c7ef8aad04e910c228ba8eadaf8a85283cc52.tar.bz2
fork-ledger-b02c7ef8aad04e910c228ba8eadaf8a85283cc52.zip
Fixed a textual parsing bug.
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.cc b/binary.cc
index 0dd1e9fc..e80e3c4b 100644
--- a/binary.cc
+++ b/binary.cc
@@ -11,7 +11,7 @@
namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
-static unsigned long format_version = 0x00020025;
+static unsigned long format_version = 0x00020026;
static account_t ** accounts;
static account_t ** accounts_next;