diff --git a/Doxyfile b/Doxyfile index cddb928f6..9d3fecfa9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Leptonica # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.82.0 +PROJECT_NUMBER = 1.83.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.html b/README.html index ed7616b4b..dbdd3e6cd 100644 --- a/README.html +++ b/README.html @@ -75,12 +75,12 @@ - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *====================================================================*/ -README (version 1.82.0) -File update: 22 Sept 2021 +README (version 1.83.0) +File update: 20 Dec 2022 --------------------------- -gunzip leptonica-1.82.0.tar.gz -tar -xvf leptonica-1.82.0.tar +gunzip leptonica-1.83.0.tar.gz +tar -xvf leptonica-1.83.0.tar @@ -117,7 +117,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.82.0'. In that directory you will + subdirectory 'leptonica-1.83.0'. 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. @@ -259,7 +259,7 @@

make install Configure also supports building in a separate directory from the - source. Run "/(path-to)/leptonica-1.82.0/configure" and then "make" + source. Run "/(path-to)/leptonica-1.83.0/configure" and then "make" from the desired build directory. Configure has a number of useful options; run "configure --help" for @@ -1203,8 +1203,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.82.0) are available; e.g., - https://github.com/DanBloomberg/leptonica/releases/tag/1.82.0 + where all releases (1.42 - 1.83.0) are available; e.g., + https://github.com/DanBloomberg/leptonica/releases/tag/1.83.0 The more recent releases, from 1.74, are also available at leptonica.org/download.html Note that if you are downloading from github, the releases are more @@ -1231,6 +1231,7 @@

1.80 : 5.4.0 1.81 : 5.4.0 1.82 : 5.4.0 + 1.83 : 6.0.0 A brief version chronology is maintained in version-notes.html. Starting with gcc 4.3.3, error warnings (-Werror) are given for diff --git a/version-notes.html b/version-notes.html index 9c7ba9672..847c857cf 100644 --- a/version-notes.html +++ b/version-notes.html @@ -89,7 +89,7 @@

 
-1.83.0  not yet released
+1.83.0  Dec 20, 2022
         * Simplify setting the title of pdf files.
         * Catch tiff failure to open stream in fopenTiffMemStream()
         * Check for POSIX functions fstatat() and dirfd() before use.