From 92159ab5919569fe2b4258819c9bf1a8abde88d1 Mon Sep 17 00:00:00 2001 From: Alexander Trufanov Date: Sat, 27 Feb 2021 13:16:42 +0300 Subject: [PATCH] Version bump: 0.2.11 --- debian/changelog | 8 ++++++++ version.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75c990099..44272c849 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +scantailor-universal (0.2.11-0ubuntu1) bionic; urgency=medium + + * Fix a bug + * Experimental support of importing JPEG 2000 (*.jp2) images via libopenjp2 + * Mention STU version in software tiff tag in output file + + -- Alexander Trufanov Sat, 27 Feb 2021 13:15:00 +0300 + scantailor-universal (0.2.10-0ubuntu1) bionic; urgency=medium * Multiple bugfixes diff --git a/version.h b/version.h index 241b660c4..628c330fc 100644 --- a/version.h +++ b/version.h @@ -72,7 +72,7 @@ #define BUILD_MONTH ((BUILD_DATE_IS_BAD) ? 00 : COMPUTE_BUILD_MONTH) #define BUILD_DAY ((BUILD_DATE_IS_BAD) ? 00 : COMPUTE_BUILD_DAY) -#define VERSION "0.2.10" -#define VERSION_QUAD "0.2.10.0" +#define VERSION "0.2.11" +#define VERSION_QUAD "0.2.11.0" #endif