Create new release 5.4.0

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2024-06-06 15:29:45 +02:00
parent 34693cd772
commit 1be261dc22
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2024-06-06 - V5.4.0
* Small build fixes and code improvements
(#4241, #4243, #4244, #4245, #4246, #4248, #4249, #4250, #4253)
2024-05-19 - V5.4.0-rc2
* Fix setup of datadir on installations with Conda (issue #4230) (#4240)
* Fix FP exception in Wordrec::angle_change (issue #4242) (#4243)

View File

@ -1 +1 @@
5.4.0-rc2
5.4.0

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="05/19"
PACKAGE_DATE="06/06"
abs_top_srcdir=`AS_DIRNAME([$0])`