From 7c08a066ad1d07fddaa7fa27c9ede6567a294645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 28 Feb 2023 14:44:24 +0100 Subject: [PATCH] Fixed version number --- 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 f6c5db98..bfcf17c3 100644 --- a/src/OpenMesh/Core/System/config.h +++ b/src/OpenMesh/Core/System/config.h @@ -58,7 +58,7 @@ // ---------------------------------------------------------------------------- -#define OM_VERSION 0x90100 +#define OM_VERSION 0x0A000 //#define OM_VERSION 0x70200 #define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)