Skip to content

Commit ee29fca

Browse files
committed
Create new release 5.0.0-rc3
Signed-off-by: Stefan Weil <[email protected]>
1 parent 2087c45 commit ee29fca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2021-11-14 - V5.0.0-rc2
1+
2021-11-22 - V5.0.0-rc3
22
* Faster training and recognition by default (float instead of
33
double calculations)
44
* More options for binarization
@@ -9,6 +9,7 @@
99
* pdf.ttf no longer needed, now integrated into the code
1010
* Faster flat build with automake
1111
* New options for combine_tessdata to show details of traineddata files
12+
* Improved training messages
1213
* Improved unit tests and fuzzing tests
1314
* Lots of bug fixes
1415

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-rc2
1+
5.0.0-rc3

configure.ac

Lines changed: 1 addition & 1 deletion
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=2021
32-
PACKAGE_DATE="11/14"
32+
PACKAGE_DATE="11/22"
3333

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

0 commit comments

Comments
 (0)