From 53a102fe1906ca59fdd307c1100e72db16a5eef8 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 20 May 2022 15:36:24 +0200 Subject: [PATCH] release: version 1.4.3 * change version strings/numbers to 1.4.3 * disable HTML_TIMESTAMP for doxygen * don't build tests with make all * Add documentation link to Vc-1.4.3 Signed-off-by: Axel Naumann --- README.md | 1 + Vc/version.h | 4 ++-- doc/Doxyfile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 108beeb63..786f017f5 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ the documentation by running `doxygen` in the `doc` subdirectory. Alternatively, you can find nightly builds of the documentation at: * [1.4 branch](https://vcdevel.github.io/Vc-1.4/) +* [1.4.3 release](https://vcdevel.github.io/Vc-1.4.3/) * [1.4.2 release](https://vcdevel.github.io/Vc-1.4.2/) * [1.4.1 release](https://vcdevel.github.io/Vc-1.4.1/) * [1.4.0 release](https://vcdevel.github.io/Vc-1.4.0/) diff --git a/Vc/version.h b/Vc/version.h index 98287a021..94c770561 100644 --- a/Vc/version.h +++ b/Vc/version.h @@ -37,13 +37,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * \ingroup Utilities * Contains the version string of the %Vc headers. Same as Vc::versionString(). */ -#define Vc_VERSION_STRING "1.4.2-dev" +#define Vc_VERSION_STRING "1.4.3" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010405 +#define Vc_VERSION_NUMBER 0x010406 /** * \ingroup Utilities diff --git a/doc/Doxyfile b/doc/Doxyfile index 1568eb380..40c643309 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Vc" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.4.2-dev +PROJECT_NUMBER = 1.4.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a