Skip to content

Commit

Permalink
Update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Dec 22, 2021
1 parent 2c83e13 commit 46fd37e
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.6)
project(double-conversion VERSION 3.1.7)

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 @@
2021-12-22:
Add support of Synopsys ARC64 architecture.
Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set.

2021-12-04:
Update version number.

Expand Down

0 comments on commit 46fd37e

Please sign in to comment.