Skip to content

Commit

Permalink
Version 14.28
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jul 8, 2024
1 parent f180c17 commit b5c6461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
==============

## Version 14.28 (2024/07)
- Support for Apple Silicon
- Improved performance for getHash() of FactorizedPolynomial.
- Updated 3rdparty dependencies.
- Improved CI.

## Version 14.27 (2024/02)
- Fixed CMake support for CLN

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
# Include own macros.
include( carlmacros )

set_version(14 27 0)
set_version(14 28 0)

set( PROJECT_FULLNAME "carl")
set( PROJECT_DESCRIPTION "Computer ARithmetic Library")
Expand Down

0 comments on commit b5c6461

Please sign in to comment.