Update to new version

This commit is contained in:
Jan Möbius
2018-05-29 12:52:53 +02:00
parent 206da01086
commit a6d50c11aa
5 changed files with 10 additions and 4 deletions

View File

@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x70100
#define OM_VERSION 0x70200
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
#define OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8)