From de98148880987d3dbc01cf64625538356458684f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 26 Sep 2018 23:06:06 +0200 Subject: [PATCH] Set version to 3.3.0 --- CMakeLists.txt | 2 +- NEWS | 6 ++++++ data/manual.html.in | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0bfe1aa..bda51c87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET(ENV{LC_ALL} "C") # Project properties PROJECT(gimagereader) SET(PACKAGE_NAME gImageReader) -SET(PACKAGE_VERSION 3.2.99) +SET(PACKAGE_VERSION 3.3.0) SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") diff --git a/NEWS b/NEWS index a8b7f425..316cf322 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +gImageReader 3.3.0 (Sep 26 2018): +* Support tesseract-4.0.0 +* Translation updates +* See 3.2.9x changelogs for all other feature changes since previous stable +* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master + gImageReader 3.2.99 (Feb 24 2018): * gImageReader 3.3 beta * Add support for reading DJVU documents diff --git a/data/manual.html.in b/data/manual.html.in index 7e35c4a5..f308ff34 100644 --- a/data/manual.html.in +++ b/data/manual.html.in @@ -47,6 +47,12 @@

News

A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master

+gImageReader 3.3.0 (Sep 26 2018):
+* Support tesseract-4.0.0
+* Translation updates
+* See 3.2.9x changelogs for all other feature changes since previous stable
+* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master
+
 gImageReader 3.2.99 (Feb 24 2018):
 * gImageReader 3.3 beta
 * Add support for reading DJVU documents