Skip to content

Commit

Permalink
Set version to 3.1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 3, 2016
1 parent e13dbc0 commit 3867a07
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
SET(PACKAGE_VERSION 3.1.90)
SET(PACKAGE_VERSION 3.1.91)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")


Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.90
3.1.91
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
gImageReader 3.1.91 (May 03 2016):
* gImageReader 3.2 beta 2
* Fix crash when editing items in the hOCR editor
* Fix build with Ubuntu 14.04
* Updated czech translation
* Fix some string typos
* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master

gImageReader 3.1.90 (Apr 28 2016):
* gImageReader 3.2 beta 1
* Add an initial hOCR editor implementation, with possibility to save as hOCR HTML, PDF with invisible text overlay, or a PDF reconstructed from the extracted text and graphics
Expand Down
8 changes: 8 additions & 0 deletions data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
</ul>
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<p>gImageReader 3.1.91 (May 03 2016):</p>
<ul>
<li>gImageReader 3.2 beta 2</li>
<li>Fix crash when editing items in the hOCR editor</li>
<li>Fix build with Ubuntu 14.04</li>
<li>Updated czech translation</li>
<li>Fix some string typos</li>
</ul>
<p>gImageReader 3.1.90 (Apr 28 2016):</p>
<ul>
<li>gImageReader 3.2 beta 1</li>
Expand Down

0 comments on commit 3867a07

Please sign in to comment.