From 288454deb621be1fa71d2e85cc0d81f3ee7056ea Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 6 Jun 2024 10:39:42 +0200 Subject: [PATCH] release: version 1.4.5 * change version strings/numbers to 1.4.5 * disable HTML_TIMESTAMP for doxygen * don't build tests with make all * Add documentation link to Vc-1.4.5 Signed-off-by: Axel Naumann --- Vc/version.h | 4 ++-- doc/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Vc/version.h b/Vc/version.h index 1901eb5c4..b9ba57928 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.4-dev" +#define Vc_VERSION_STRING "1.4.5" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010409 +#define Vc_VERSION_NUMBER 0x01040a /** * \ingroup Utilities diff --git a/doc/Doxyfile b/doc/Doxyfile index b1e7e8919..c6d49a603 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.4-dev +PROJECT_NUMBER = 1.4.5 # 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