From d358270dd4d77da4aaa3e8372010b1972472c166 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 14 Nov 2021 20:34:58 +0100 Subject: [PATCH] Create new release 4.1.2 Signed-off-by: Stefan Weil --- ChangeLog | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fbfe5820a..07d7e383bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2021-09-18 - V4.1.2 +2021-11-14 - V4.1.2 * Add RowAttributes getter to PageIterator * Allow line images with larger width for training * Fix memory leaks @@ -8,6 +8,7 @@ * Abort LSTM training with integer model (fixes issue #1573) * Update documentation * Make automake builds less noisy by default + * Don't use -march=native in automake builds 2019-12-26 - V4.1.1 * Implemented sw build (cppan is depreciated) diff --git a/configure.ac b/configure.ac index 5e3add3474..1cacd6757e 100644 --- a/configure.ac +++ b/configure.ac @@ -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=2021 -PACKAGE_DATE="09/18" +PACKAGE_DATE="11/14" abs_top_srcdir=`AS_DIRNAME([$0])`