Skip to content
Snippets Groups Projects
Commit 15c02f90 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

3.2

parent 0e4fdc1d
No related branches found
No related tags found
No related merge requests found
Pipeline #4451 passed with warnings
3.2.0 (Work in progress): improved node and edge link constraints search using
rtree; added support for BF_Edge_* on curved elements; small fixes.
3.2.0 (July 1, 2019): improved node and edge link constraints search using
rtree; added support for BF_Edge basis functions on curved elements; small
fixes.
3.1.0 (April 19, 2019): added support for high-order (curved) Lagrange elements
(P2, P3 and P4); added support for latest Gmsh version; code refactoring.
......
......@@ -65,8 +65,8 @@ else()
endif()
set(GETDP_MAJOR_VERSION 3)
set(GETDP_MINOR_VERSION 1)
set(GETDP_PATCH_VERSION 1)
set(GETDP_MINOR_VERSION 2)
set(GETDP_PATCH_VERSION 0)
set(GETDP_EXTRA_VERSION "")
if(NOT GETDP_RELEASE)
......
......@@ -119,15 +119,15 @@ License (GPL)</a>:
<ul>
<li>
<div class="highlight">
Current stable release (version 3.1.0, 19 April 2019):
Current stable release (version 3.2.0, 1 July 2019):
<ul>
<li>Download GetDP for
<a href="bin/Windows/getdp-3.1.0-Windows64c.zip">Windows 64-bit</a>,
<a href="bin/Windows/getdp-3.1.0-Windows32c.zip">Windows 32-bit</a>,
<a href="bin/Linux/getdp-3.1.0-Linux64c.tgz">Linux 64-bit</a>,
<a href="bin/Linux/getdp-3.1.0-Linux32c.tgz">Linux 32-bit</a>, or
<a href="bin/MacOSX/getdp-3.1.0-MacOSXc.tgz">MacOS</a>
<li>Download the <a href="src/getdp-3.1.0-source.tgz">source code</a>
<a href="bin/Windows/getdp-3.2.0-Windows64c.zip">Windows 64-bit</a>,
<a href="bin/Windows/getdp-3.2.0-Windows32c.zip">Windows 32-bit</a>,
<a href="bin/Linux/getdp-3.2.0-Linux64c.tgz">Linux 64-bit</a>,
<a href="bin/Linux/getdp-3.2.0-Linux32c.tgz">Linux 32-bit</a>, or
<a href="bin/MacOSX/getdp-3.2.0-MacOSXc.tgz">MacOS</a>
<li>Download the <a href="src/getdp-3.2.0-source.tgz">source code</a>
</ul>
</div>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment