Skip to content

Commit

Permalink
QuaZip 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stachenov committed Jan 22, 2023
1 parent f9aee42 commit 566fa49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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" "")
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 566fa49

Please sign in to comment.