summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.cc b/binary.cc
index 61276a7c..cde30c04 100644
--- a/binary.cc
+++ b/binary.cc
@@ -9,7 +9,7 @@
namespace ledger {
const unsigned long binary_magic_number = 0xFFEED765;
-static const unsigned long format_version = 0x0002000b;
+static const unsigned long format_version = 0x0002000c;
bool binary_parser_t::test(std::istream& in) const
{