From 2b52b9a9f687e59f6360d7b4636aaf7d10206519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 7 Sep 2012 16:16:20 +0000 Subject: [PATCH] Fixed wrong version number in OM config header git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@656 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/System/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Core/System/config.h b/src/OpenMesh/Core/System/config.h index 928e0e4d..b66c7405 100644 --- a/src/OpenMesh/Core/System/config.h +++ b/src/OpenMesh/Core/System/config.h @@ -56,10 +56,10 @@ // ---------------------------------------------------------------------------- -#define OM_VERSION 0x10000 +#define OM_VERSION 0x20300 // only defined, if it is a beta version -#define OM_VERSION_BETA 4 +//#define OM_VERSION_BETA 4 #define OM_GET_VER ((OM_VERSION && 0xf0000) >> 16) #define OM_GET_MAJ ((OM_VERSION && 0x0ff00) >> 8)