From 62ed92ff60623c5db756a0a1125dcadb20832325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 15 Feb 2024 09:52:09 +0100 Subject: [PATCH] Fixed Version Macro --- src/OpenMesh/Core/System/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/System/config.h b/src/OpenMesh/Core/System/config.h index e2da6720..342caabf 100644 --- a/src/OpenMesh/Core/System/config.h +++ b/src/OpenMesh/Core/System/config.h @@ -58,7 +58,7 @@ // ---------------------------------------------------------------------------- -#define OM_VERSION 0x0B000 +#define OM_VERSION 0x0B0000 //#define OM_VERSION 0x70200 #define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)