From 7d8cfd8ac16d1af9b51e5ccd781e898f0fbf57cc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 28 Jul 2020 11:31:50 +0200 Subject: [PATCH] Bump version to 2.0.19 Read https://github.com/mdadams/jasper/issues/208 for details. Unfortunately 2.0.17 was released on a branch. Later the branch was removed and the 2.0.17 tag was placed on another commit and branch. This resulted in various distros who pulled the tarball at different times two have different jasper versions for 2.0.17. https://repology.org/project/jasper/versions shows that some even have a 2.0.18. To reduce all this confusion I will release 2.0.19 now. With a clean changelog referencing what @MaxKellermann and @jubalh (me) did on our fork at jasper-maint. If we want to revert things later or improve the changelog this can be easily done on master ontop of this. But I feel we need this release to reduce the confusion and put the project on a clear track again. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb9f0f8b..5b78bb0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(CheckCCompilerFlag) # The major, minor, and micro version numbers of the project. set(JAS_VERSION_MAJOR 2) set(JAS_VERSION_MINOR 0) -set(JAS_VERSION_PATCH 16) +set(JAS_VERSION_PATCH 19) # The project version. set(JAS_VERSION