Version bump to 3.1

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@993 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-02-05 15:40:20 +00:00
parent b1aaa93e7e
commit f66a1c3dc4
5 changed files with 11 additions and 7 deletions

View File

@@ -57,7 +57,8 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x20400
#define OM_VERSION 0x30000
//#define OM_VERSION 0x20400
// only defined, if it is a beta version
//#define OM_VERSION_BETA 4
@@ -68,11 +69,11 @@
#ifdef WIN32
# ifdef min
# pragma message("Detected min macro! OpenMesh does not compiled with min/max macros active! Please add a define NOMINMAX to your compiler flags or add #undef min before including OpenMesh headers !")
# pragma message("Detected min macro! OpenMesh does not compile with min/max macros active! Please add a define NOMINMAX to your compiler flags or add #undef min before including OpenMesh headers !")
# error min macro active
# endif
# ifdef max
# pragma message("Detected max macro! OpenMesh does not compiled with min/max macros active! Please add a define NOMINMAX to your compiler flags or add #undef max before including OpenMesh headers !")
# pragma message("Detected max macro! OpenMesh does not compile with min/max macros active! Please add a define NOMINMAX to your compiler flags or add #undef max before including OpenMesh headers !")
# error max macro active
# endif
#endif