summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-25 10:57:09 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:26 -0400
commit0dc7584810d4a1c3d619a06f64e2ca55a9375d2c (patch)
tree14af5a7dcde78ec2ac82388a878f38360f6ca727 /binary.cc
parent13f375ae582cfda3753bf8430a84cc7c7216915c (diff)
downloadfork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.tar.gz
fork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.tar.bz2
fork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.zip
*** no comment ***
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/binary.cc b/binary.cc
index cd96512a..ba6f497e 100644
--- a/binary.cc
+++ b/binary.cc
@@ -13,15 +13,15 @@ namespace ledger {
static unsigned long binary_magic_number = 0xFFEED765;
#ifdef USE_EDITOR
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x00020583;
+static unsigned long format_version = 0x00020585;
#else
-static unsigned long format_version = 0x00020582;
+static unsigned long format_version = 0x00020584;
#endif
#else
#ifdef DEBUG_ENABLED
-static unsigned long format_version = 0x00020503;
+static unsigned long format_version = 0x00020505;
#else
-static unsigned long format_version = 0x00020502;
+static unsigned long format_version = 0x00020504;
#endif
#endif