From 9e0c13564e17362aad8a32c1344a2214f71952c6 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Mon, 10 Jan 2022 10:47:12 +0100 Subject: [PATCH] Prepare for 3.2.0 release. --- CMakeLists.txt | 2 +- Changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88a48bf2..e13bcdd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -project(double-conversion VERSION 3.1.7) +project(double-conversion VERSION 3.2.0) if(BUILD_SHARED_LIBS AND MSVC) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) diff --git a/Changelog b/Changelog index f734a32e..200e98a9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2022-01-10: + Fix quiet NANs on MIPS* and PA-RISC architectures. + Update version number. + 2021-12-22: Add support of Synopsys ARC64 architecture. Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set.