Skip to content

Commit

Permalink
Set version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 30, 2015
1 parent f2f90e9 commit b1c60a3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
SET(PACKAGE_VERSION 3.1.1)
SET(PACKAGE_VERSION 3.1.2)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")

# Variables
Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
gImageReader 3.1.2 (Jun 30 2015):
* Fix incorrect behavior of "Append to current text" with multiple recognition areas
* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master

gImageReader 3.1.1 (Jun 11 2015):
* Fix titlebar now shown when window maximized in Gnome 3
* New translations: Chinese (Hong Kong), Chinese (Taiwan)
Expand Down
5 changes: 5 additions & 0 deletions data/manual-cs.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
</ul>
<h3><a name="News">Novinky</a></h3>
<p><i>Podrobný seznam změn je k dispozici v protokolu úprav: https://github.com/manisandro/gImageReader/commits/master</i></p>
<p>gImageReader 3.1.2 (30. červen 2015):</p>
<ul>
<li>Opravuje nesprávné chování funkce „Připojit ke stávajícímu textu“ v případech, kdy je rozpoznáváno z vícero oblastí textu</li>
<li>Podrobnosti viz protokol úprav: https://github.com/manisandro/gImageReader/commits/master</li>
</ul>
<p>gImageReader 3.1.1 (11. červen 2015):</p>
<ul>
<li>Opraveno zobrazování titulku maximalizovaného okna aplikace v prostředí Gnome 3</li>
Expand Down
5 changes: 5 additions & 0 deletions data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
</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.2 (Jun 30 2015):</p>
<ul>
<li>Fix incorrect behavior of "Append to current text" with multiple recognition areas</li>
<li>Full details in commit log: https://github.com/manisandro/gImageReader/commits/master</li>
</ul>
<p>gImageReader 3.1.1 (Jun 11 2015):</p>
<ul>
<li>Fix titlebar now shown when window maximized in Gnome 3</li>
Expand Down

0 comments on commit b1c60a3

Please sign in to comment.