diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-25 10:57:09 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:26 -0400 |
commit | 0dc7584810d4a1c3d619a06f64e2ca55a9375d2c (patch) | |
tree | 14af5a7dcde78ec2ac82388a878f38360f6ca727 /binary.cc | |
parent | 13f375ae582cfda3753bf8430a84cc7c7216915c (diff) | |
download | fork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.tar.gz fork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.tar.bz2 fork-ledger-0dc7584810d4a1c3d619a06f64e2ca55a9375d2c.zip |
*** no comment ***
Diffstat (limited to 'binary.cc')
-rw-r--r-- | binary.cc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |