diff --git a/ChangeLog b/ChangeLog index 5af58d3d75..a331550d2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/VERSION b/VERSION index 8a30e8f94a..ade65226e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.0 +5.4.1 diff --git a/configure.ac b/configure.ac index 6444699b6a..7ec2f0c4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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])`