From 5d5cd77e3dbb03f8e4c06289baa77bb299ab859a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 7 Jan 2022 13:43:52 +0100 Subject: [PATCH] Create new release 5.0.1 Signed-off-by: Stefan Weil --- ChangeLog | 2 +- README.md | 2 +- VERSION | 2 +- configure.ac | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c3f2fffc4..76455c04f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README.md b/README.md index e496a8ace0..df339663dd 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/VERSION b/VERSION index 0062ac9718..6b244dcd69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0 +5.0.1 diff --git a/configure.ac b/configure.ac index 66748ade6a..9177d64c63 100644 --- a/configure.ac +++ b/configure.ac @@ -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])`