Skip to content

Commit

Permalink
QuaZip 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stachenov committed Apr 16, 2022
1 parent 34c45a8 commit 6117161
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,12 +1,12 @@
# require 3.15 for GNUInstallDirs
cmake_minimum_required(VERSION 3.15...3.18)

project(QuaZip VERSION 1.2)
project(QuaZip VERSION 1.3)

set(CMAKE_CXX_STANDARD 14)

set(QUAZIP_LIB_VERSION ${QuaZip_VERSION})
set(QUAZIP_LIB_SOVERSION 1.0.0)
set(QUAZIP_LIB_SOVERSION 1.3.0)

option(BUILD_SHARED_LIBS "" ON)
option(QUAZIP_INSTALL "" ON)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
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-2
PROJECT_NUMBER = quazip-1-3

# 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
5 changes: 4 additions & 1 deletion NEWS.txt
@@ -1,4 +1,7 @@
QuaZip changes
* 2022-04-16 1.3
* All JlCompress methods are now public
* Default Qt major version is now detected automatically
* Minor CMake and pkg-config fixes and improvements

* 2021-11-13 1.2
* Add CMake option to disable installation (Sebastian Rettenberger)
Expand Down

0 comments on commit 6117161

Please sign in to comment.