Skip to content

Commit 080da83

Browse files
committed
Create new release 5.3.0
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 7f5345d commit 080da83

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-12-22 - V5.3.0
2+
* Minor updates for documentation and cmake builds.
3+
14
2022-12-13 - V5.3.0-rc1
25
* Fix the training tools for the legacy OCR engine (fix issue #3925).
36
* PDF renderer: Ignore non-text blocks (fix issue #3957).

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0-rc1
1+
5.3.0

configure.ac

+1-1
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=2022
32-
PACKAGE_DATE="12/13"
32+
PACKAGE_DATE="12/22"
3333

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

0 commit comments

Comments
 (0)