Skip to content

Commit

Permalink
Upgrade to Leptonica 1.74.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jun 13, 2017
1 parent 681e594 commit 269ff44
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 1,100 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.lept4j</groupId>
<artifactId>lept4j</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/lept4j/ILeptonica.java
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ public static interface GPLOT_SCALING {
public static final int LIBLEPT_MINOR_VERSION = (int) 74;
/** <i>native declaration : allheaders.h</i>
*/
public static final int LIBLEPT_PATCH_VERSION = (int) 2;
public static final int LIBLEPT_PATCH_VERSION = (int) 4;
/** <i>native declaration : environ.h</i>
*/
public static final int HAVE_LIBJPEG = (int) 1;
Expand Down
Loading

0 comments on commit 269ff44

Please sign in to comment.