mirror of https://github.com/CGAL/cgal
Prepare `master` for CGAL-4.11
This commit is contained in:
parent
e0bee3a737
commit
b6dc43f239
|
|
@ -384,11 +384,12 @@ endif()
|
|||
# CGAL-4.7 : 11.0.1 (Nothing different in CGAL compiled libraries.)
|
||||
# CGAL-4.8 : 11.0.2 (Nothing different in CGAL compiled libraries.)
|
||||
# CGAL-4.9 : 12.0.0 (Change the API/ABI in CGAL_ImageIO, but issue with 4GB images.)
|
||||
# CGAL-4.1- : 13.0.0 (Change the API/ABI in CGAL_ImageIO.)
|
||||
# CGAL-4.10 : 13.0.0 (Change the API/ABI in CGAL_ImageIO.)
|
||||
# CGAL-4.11 : 13.0.1 (Nothing different in CGAL compiled libraries.)
|
||||
# ¹) According to http://upstream-tracker.org/versions/cgal.html
|
||||
|
||||
set( CGAL_SONAME_VERSION "13" )
|
||||
set( CGAL_SOVERSION "13.0.0" )
|
||||
set( CGAL_SOVERSION "13.0.1" )
|
||||
|
||||
message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" )
|
||||
message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" )
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
<td width="28%">
|
||||
|
||||
<table CELLSPACING=0>
|
||||
<tr><td><a href="#release4.11">4.10</a> <td> (September 2017)
|
||||
<tr><td><a href="#release4.10">4.10</a> <td> (May 2017)
|
||||
<tr><td><a href="#release4.9">4.9</a> <td> (September 2016)
|
||||
<tr><td><a href="#release4.8">4.8</a> <td> (April 2016)
|
||||
|
|
@ -128,6 +129,35 @@ and <code>src/</code> directories).
|
|||
</table>
|
||||
|
||||
<HR>
|
||||
<h2 id="release4.10">Release 4.11 </h2>
|
||||
<div>
|
||||
<p>Release date: September 2017 </p>
|
||||
|
||||
<!-- Installation (and general changes) -->
|
||||
<!-- New packages -->
|
||||
<!-- Major and breaking changes -->
|
||||
<!-- Arithmetic and Algebra -->
|
||||
<!-- Combinatorial Algorithms -->
|
||||
<!-- Geometry Kernels -->
|
||||
<!-- Convex Hull Algorithms -->
|
||||
<!-- Polygons -->
|
||||
<!-- Cell Complexes and Polyhedra -->
|
||||
<!-- Arrangements -->
|
||||
<!-- Triangulations and Delaunay Triangulations -->
|
||||
<!-- Voronoi Diagrams -->
|
||||
<!-- Mesh Generation -->
|
||||
<!-- Surface Reconstruction -->
|
||||
<!-- Geometry Processing -->
|
||||
<!-- Spatial Searching and Sorting -->
|
||||
<!-- Geometric Optimization -->
|
||||
<!-- Interpolation -->
|
||||
<!-- Kinetic Data Structures -->
|
||||
<!-- Support Library -->
|
||||
<!-- Visualization -->
|
||||
|
||||
<!-- end of the div for 4.10 -->
|
||||
</div>
|
||||
|
||||
<h2 id="release4.10">Release 4.10 </h2>
|
||||
<div>
|
||||
<p>Release date: May 2017 </p>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
10
|
||||
11
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
CGAL-4.10-beta1
|
||||
CGAL-4.11-dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue