Create new release 5.0.1

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2022-01-07 13:43:52 +01:00
parent e28154ab1e
commit 5d5cd77e3d
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
2022-01-06 - V5.0.1 (planned)
2022-01-06 - V5.0.1
* Add SPDX-License-Identifier to public include files.
* Support redirections when running OCR on a URL.
* Lots of fixes and improvements for cmake builds.

View File

@ -61,7 +61,7 @@ more changes made in 1996 to port to Windows, and some C++izing in 1998.
In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by Google.
Major version 5 is the current stable version and started with release
[5.0.0](https://github.com/tesseract-ocr/tesseract/releases/tag/5.0.0)** on November 30, 2021.
[5.0.0](https://github.com/tesseract-ocr/tesseract/releases/tag/5.0.0) on November 30, 2021.
Newer minor versions and bugfix versions are available from
[GitHub](https://github.com/tesseract-ocr/tesseract/releases/).

View File

@ -1 +1 @@
5.0.0
5.0.1

View File

@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2021
PACKAGE_DATE="11/30"
PACKAGE_YEAR=2022
PACKAGE_DATE="01/07"
abs_top_srcdir=`AS_DIRNAME([$0])`