From 71c1d3b0c5c8aedd82ae34318c2a354910ebdfaf Mon Sep 17 00:00:00 2001 From: Osamu Watanabe Date: Mon, 13 Nov 2023 16:17:23 +0900 Subject: [PATCH] Version 0.2.1 --- CHANGELOG | 7 ++++++- source/core/common/open_htj2k_version.hpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eefc61a0..0f397e6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ +# [0.2.1] - 2023-11-13 + +* Add installation part to CMakeLists.txt +* Allow space between comma separated input file names + # [0.2.0] - 2023-11-02 * Fix wrong treatment of bit-depth (Ssiz) for images having signed pixel values in the creation of the QCD marker at encoding. * Fix wrong shift-up for signed input -* Fix wrong treatment of BPC parameter value in Image Header Bo +* Fix wrong treatment of BPC parameter value in Image Header Box diff --git a/source/core/common/open_htj2k_version.hpp b/source/core/common/open_htj2k_version.hpp index a1a19eb3..eef38f24 100644 --- a/source/core/common/open_htj2k_version.hpp +++ b/source/core/common/open_htj2k_version.hpp @@ -28,4 +28,4 @@ #define OPENHTJ2K_VERSION_MAJOR 0 #define OPENHTJ2K_VERSION_MINOR 2 -#define OPENHTJ2K_VERSION_PATCH 2 \ No newline at end of file +#define OPENHTJ2K_VERSION_PATCH 1 \ No newline at end of file