Create new release 5.4.1

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2024-06-11 20:18:21 +02:00
parent 130b8a1c1e
commit b5f279ec75
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2024-06-11 - V5.4.1
* Avoid FP overflow in NormEvidenceOf (fixes issue #4257) (#4259)
* Small build fixes and code improvements (#4262, #4263, #4266, #4267)
2024-06-06 - V5.4.0
* Small build fixes and code improvements
(#4241, #4243, #4244, #4245, #4246, #4248, #4249, #4250, #4253)

View File

@ -1 +1 @@
5.4.0
5.4.1

View File

@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2024
PACKAGE_DATE="06/06"
PACKAGE_DATE="06/11"
abs_top_srcdir=`AS_DIRNAME([$0])`