diff --git a/CMakeLists.txt b/CMakeLists.txt index 7953c15d3..1c6055ad7 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 3) +set(VERSION_PATCH 4) 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 29498886e..7dfc9b41d 100644 --- a/README.html +++ b/README.html @@ -75,11 +75,11 @@ - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *====================================================================*/ -README (1.74.3: 8 Jun 2017) +README (1.74.4: 11 Jun 2017) --------------------------- -gunzip leptonica-1.74.3.tar.gz -tar -xvf leptonica-1.74.3.tar +gunzip leptonica-1.74.4.tar.gz +tar -xvf leptonica-1.74.4.tar @@ -115,7 +115,7 @@

Libraries, executables and prototypes are easily made, as described below. When you extract from the archive, all files are put in a - subdirectory 'leptonica-1.74.3'. In that directory you will + subdirectory 'leptonica-1.74.4'. In that directory you will find a src directory containing the source files for the library, and a prog directory containing source files for various testing and example programs. @@ -250,7 +250,7 @@

make install Configure also supports building in a separate directory from the - source. Run "/(path-to)/leptonica-1.74.3/configure" and then "make" + source. Run "/(path-to)/leptonica-1.74.4/configure" and then "make" from the desired build directory. Configure has a number of useful options; run "configure --help" for @@ -1080,8 +1080,8 @@

http://code.google.com/p/leptonica, as well as all versions after 1.60. These have now been transferred by Egor Pugin to github: github.com/danbloomberg/leptonica - where all releases (1.42 - 1.74.3) are available; e.g., - https://github.com/DanBloomberg/leptonica/releases/tag/v1.74.3 + where all releases (1.42 - 1.74.4) are available; e.g., + https://github.com/DanBloomberg/leptonica/releases/tag/1.74.4 Most recent releases from 1.67 are also available at leptonica.org/download.html Note that if you are downloading from github, the releases are more diff --git a/configure.ac b/configure.ac index 745561a18..ec5fac6c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([leptonica], [1.74.3]) +AC_INIT([leptonica], [1.74.4]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config_auto.h:config/config.h.in]) AC_CONFIG_SRCDIR([src/adaptmap.c]) diff --git a/src/allheaders.h b/src/allheaders.h index 6abe1480b..10d67806c 100644 --- a/src/allheaders.h +++ b/src/allheaders.h @@ -30,7 +30,7 @@ #define LIBLEPT_MAJOR_VERSION 1 #define LIBLEPT_MINOR_VERSION 74 -#define LIBLEPT_PATCH_VERSION 3 +#define LIBLEPT_PATCH_VERSION 4 #include "alltypes.h" diff --git a/src/allheaders_top.txt b/src/allheaders_top.txt index ca6f4ae0d..2190e4d27 100644 --- a/src/allheaders_top.txt +++ b/src/allheaders_top.txt @@ -30,7 +30,7 @@ #define LIBLEPT_MAJOR_VERSION 1 #define LIBLEPT_MINOR_VERSION 74 -#define LIBLEPT_PATCH_VERSION 3 +#define LIBLEPT_PATCH_VERSION 4 #include "alltypes.h" diff --git a/src/makefile.static b/src/makefile.static index 05a8eff5d..430f80378 100644 --- a/src/makefile.static +++ b/src/makefile.static @@ -149,7 +149,7 @@ LIBRARIAN_SHARED = gcc -shared # .X, and , where Y is the minor revision number. MAJOR_REV = 1 MINOR_REV = 74 -PATCH_REV = 3 +PATCH_REV = 4 ######################################################### diff --git a/version-notes.html b/version-notes.html index 94191372e..888fa912f 100644 --- a/version-notes.html +++ b/version-notes.html @@ -89,6 +89,11 @@

 
+1.74.4  11 Jun 17
+        Converted two progs to reg tests
+        New version because 1.74.3 had some spurious files (xtractprotos,
+        endianness.h)
+
 1.74.3  9 Jun 17
         Coverity scan fixes.
         Several fixes for running on Windows, including subtle one with tiff