Skip to content

Commit

Permalink
Version 14.28
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jun 6, 2024
1 parent 82625a6 commit 73e6844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
==============

## Version 14.28 (2024/06)
- Improved performance for getHash() of FactorizedPolynomial.
- Build and CI improvements.

## 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 73e6844

Please sign in to comment.