diff --git a/CMakeLists.txt b/CMakeLists.txt index 78f66d0d0..7953c15d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ project(leptonica C CXX) set(VERSION_MAJOR 1) set(VERSION_MINOR 74) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) option(BUILD_PROG "Build utility programs" OFF) diff --git a/README.html b/README.html index 520fe2558..29498886e 100644 --- a/README.html +++ b/README.html @@ -75,11 +75,11 @@ - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *====================================================================*/ -README (1.74.2: 19 May 2017) +README (1.74.3: 8 Jun 2017) --------------------------- -gunzip leptonica-1.74.2.tar.gz -tar -xvf leptonica-1.74.2.tar +gunzip leptonica-1.74.3.tar.gz +tar -xvf leptonica-1.74.3.tar @@ -115,7 +115,7 @@
+1.74.3 9 Jun 17 + Coverity scan fixes. + Several fixes for running on Windows, including subtle one with tiff + encoding depending on pad bits. + Utility and test if a page image likely has a table. + Remove use of pixCreateTemplateNoInit() where it may cause problems. + Make release 'configure-make ready' + 1.74.2 19 May 17 Many simplifications and improvements to recognizer. Cleanup of doxygen comments