Skip to content

Commit

Permalink
Create new release 5.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 6, 2024
1 parent 34693cd commit 1be261d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0-rc2
5.4.0
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])`

Expand Down

0 comments on commit 1be261d

Please sign in to comment.