Skip to content

Commit

Permalink
Prepare for 3.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 10, 2022
1 parent 03c48d6 commit 9e0c135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9e0c135

Please sign in to comment.