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