Skip to content

Commit b5f279e

Browse files
committed
Create new release 5.4.1
Signed-off-by: Stefan Weil <[email protected]>
1 parent 130b8a1 commit b5f279e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-06-11 - V5.4.1
2+
* Avoid FP overflow in NormEvidenceOf (fixes issue #4257) (#4259)
3+
* Small build fixes and code improvements (#4262, #4263, #4266, #4267)
4+
15
2024-06-06 - V5.4.0
26
* Small build fixes and code improvements
37
(#4241, #4243, #4244, #4245, #4246, #4248, #4249, #4250, #4253)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0
1+
5.4.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
3131
PACKAGE_YEAR=2024
32-
PACKAGE_DATE="06/06"
32+
PACKAGE_DATE="06/11"
3333

3434
abs_top_srcdir=`AS_DIRNAME([$0])`
3535

0 commit comments

Comments
 (0)