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:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
|
<tr valign=top><td><b>3.1</b> (?/?/?,Rev.990)</td><td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr valign=top><td><b>3.0</b> (2014/02/05,Rev.990)</td><td>
|
<tr valign=top><td><b>3.0</b> (2014/02/05,Rev.990)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
|
|||||||
2
README
2
README
@@ -1,4 +1,4 @@
|
|||||||
OpenMesh, 3.0
|
OpenMesh, 3.1
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
0. Licence
|
0. Licence
|
||||||
|
|||||||
4
VERSION
4
VERSION
@@ -1,6 +1,6 @@
|
|||||||
VERSION=3.0
|
VERSION=3.1
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=0
|
MINOR=1
|
||||||
PATCH=0
|
PATCH=0
|
||||||
ID=OPENMESH
|
ID=OPENMESH
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
2. check files with release numbers:
|
2. check files with release numbers:
|
||||||
Doc/changelog.docu
|
Doc/changelog.docu
|
||||||
System/config.h
|
System/config.h
|
||||||
CHANGELOG
|
|
||||||
README
|
README
|
||||||
VERSION
|
VERSION
|
||||||
3. Tag the current version in the svn (checkout, remove .svn readd as tag)
|
3. Tag the current version in the svn (checkout, remove .svn readd as tag)
|
||||||
|
|||||||
@@ -57,7 +57,8 @@
|
|||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define OM_VERSION 0x20400
|
#define OM_VERSION 0x30000
|
||||||
|
//#define OM_VERSION 0x20400
|
||||||
|
|
||||||
// only defined, if it is a beta version
|
// only defined, if it is a beta version
|
||||||
//#define OM_VERSION_BETA 4
|
//#define OM_VERSION_BETA 4
|
||||||
@@ -68,11 +69,11 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# ifdef min
|
# 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
|
# error min macro active
|
||||||
# endif
|
# endif
|
||||||
# ifdef max
|
# 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
|
# error max macro active
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user