From f6f79b228425a65efdb0827c588fcfcb475fa8a6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Fri, 1 Jul 2022 09:43:12 +0200 Subject: [PATCH] prepare 4.10.5 --- CHANGELOG.txt | 2 +- doc/gmsh.html | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d721b81ffc..15cf1da95b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -(Work-in-progress): small bug fixes. +4.10.5 (July 1, 2022): small bug fixes. 4.10.4 (June 19, 2022): improved graphical window tooltips; small bug fixes. diff --git a/doc/gmsh.html b/doc/gmsh.html index 5abeef0793..745d83fc2a 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -98,17 +98,17 @@ Public License (GPL)</a>: <ul> <li> <div class="highlight"> - Current stable release (version 4.10.4, 19 June 2022): + Current stable release (version 4.10.5, 1 July 2022): <ul> <li>Download Gmsh for - <a href="bin/Windows/gmsh-4.10.4-Windows64.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.10.4-Linux64.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.10.4-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> - <li>Download the <a href="src/gmsh-4.10.4-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.10.5-Windows64.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.5-Linux64.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.5-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> + <li>Download the <a href="src/gmsh-4.10.5-source.tgz">source code</a> <li>Download the Software Development Kit (SDK) for - <a href="bin/Windows/gmsh-4.10.4-Windows64-sdk.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.10.4-Linux64-sdk.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.10.4-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> + <a href="bin/Windows/gmsh-4.10.5-Windows64-sdk.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.5-Linux64-sdk.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.5-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> <li>Download both Gmsh and the SDK with pip: '<code>pip install --upgrade <a href="https://pypi.org/project/gmsh/">gmsh</a></code>' </ul> -- GitLab