Skip to content

Commit

Permalink
Merge pull request #661 from stweil/1.83
Browse files Browse the repository at this point in the history
Prepare new bug fix release 1.83.1 (update more files)
  • Loading branch information
DanBloomberg committed Jan 26, 2023
2 parents 2ab39c9 + 7ffe781 commit b667978
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project(leptonica C CXX)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 83)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(MINIMUM_WEBPMUX_VERSION 0.5.0)

Expand Down
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*====================================================================*/

README (version 1.83.1)
File update: 25 Jan 2023
File update: 26 Jan 2023
---------------------------

gunzip leptonica-1.83.1.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion src/allheaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 83
#define LIBLEPT_PATCH_VERSION 0
#define LIBLEPT_PATCH_VERSION 1

#include "alltypes.h"

Expand Down
2 changes: 1 addition & 1 deletion src/allheaders_top.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 83
#define LIBLEPT_PATCH_VERSION 0
#define LIBLEPT_PATCH_VERSION 1

#include "alltypes.h"

Expand Down
2 changes: 1 addition & 1 deletion src/makefile.static
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ LIBRARIAN_SHARED = gcc -shared
# <libname>.X, and <libname>, where Y is the minor revision number.
MAJOR_REV = 1
MINOR_REV = 83
PATCH_REV = 0
PATCH_REV = 1

#########################################################

Expand Down
2 changes: 1 addition & 1 deletion version-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>

<pre>

1.83.1 Jan 25, 2023
1.83.1 Jan 26, 2023
* Cherry-pick two bug fixes from 1.84.0.

1.83.0 Dec 20, 2022
Expand Down

0 comments on commit b667978

Please sign in to comment.