bumped binary file version number

This commit is contained in:
John Wiegley 2004-08-21 03:23:55 -04:00
parent fb91d6f21e
commit 8eaa76d11c

View file

@ -9,7 +9,7 @@
namespace ledger { namespace ledger {
const unsigned long binary_magic_number = 0xFFEED765; 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 bool binary_parser_t::test(std::istream& in) const
{ {