summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-05-31 22:38:23 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:11 -0400
commit889014dedcb5174a24a2bdabf6dc1e19515fba2c (patch)
tree08e36c993eb732d9b68bdd8d09c9df4e88cb24b9
parent600eb3f2e683be238883f03e2640bf16cffd6557 (diff)
downloadfork-ledger-889014dedcb5174a24a2bdabf6dc1e19515fba2c.tar.gz
fork-ledger-889014dedcb5174a24a2bdabf6dc1e19515fba2c.tar.bz2
fork-ledger-889014dedcb5174a24a2bdabf6dc1e19515fba2c.zip
Increased binary file version number.
-rw-r--r--binary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.cc b/binary.cc
index 70a4b628..6ed7e416 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 = 0x00020033;
+static unsigned long format_version = 0x00020034;
static account_t ** accounts;
static account_t ** accounts_next;