Update to next OM Version which will be 11

This commit is contained in:
Jan Möbius
2023-11-17 10:13:23 +01:00
parent 03ac240d32
commit 2f58b97da2
6 changed files with 226 additions and 140 deletions

View File

@@ -504,7 +504,8 @@ namespace OMFormat {
size_t
store( std::ostream& _os, const OMFormat::Chunk::Header& _hdr, bool _swap)
{
OMFormat::uint16 val; val << _hdr;
OMFormat::uint16 val;
val << _hdr;
return binary<uint16_t>::store( _os, val, _swap );
}

View File

@@ -58,7 +58,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x0A000
#define OM_VERSION 0x0B000
//#define OM_VERSION 0x70200
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)