From 566fa496649b8cb09018b497575bb3bf2977965f Mon Sep 17 00:00:00 2001 From: Sergei Tachenov Date: Sun, 22 Jan 2023 22:03:50 +0200 Subject: [PATCH] QuaZip 1.4 release --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- NEWS.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5cd54f..f6719c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,12 @@ # require 3.15 for GNUInstallDirs cmake_minimum_required(VERSION 3.15...3.18) -project(QuaZip VERSION 1.3) +project(QuaZip VERSION 1.4) include(cmake/clone-repo.cmake) set(QUAZIP_LIB_VERSION ${QuaZip_VERSION}) -set(QUAZIP_LIB_SOVERSION 1.3.0) +set(QUAZIP_LIB_SOVERSION 1.4.0) if(EMSCRIPTEN) #option(ZLIB_INCLUDE "Path to include dir" "") diff --git a/Doxyfile b/Doxyfile index 505c92f..e13a160 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = quazip-1-3 +PROJECT_NUMBER = quazip-1-4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/NEWS.txt b/NEWS.txt index 882c4d2..0a9c017 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,7 @@ +* 2023-01-22 1.4 + * Bzip2 compression support + * Minor fixes + * 2022-04-16 1.3 * All JlCompress methods are now public * Default Qt major version is now detected automatically