Update to next OM Version which will be 11
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
#define OM_VERSION 0x0A000
|
||||
#define OM_VERSION 0x0B000
|
||||
//#define OM_VERSION 0x70200
|
||||
|
||||
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
|
||||
|
||||
Reference in New Issue
Block a user