Skip to content

Commit 6117161

Browse files
committed
QuaZip 1.3 release
1 parent 34c45a8 commit 6117161

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# require 3.15 for GNUInstallDirs
22
cmake_minimum_required(VERSION 3.15...3.18)
33

4-
project(QuaZip VERSION 1.2)
4+
project(QuaZip VERSION 1.3)
55

66
set(CMAKE_CXX_STANDARD 14)
77

88
set(QUAZIP_LIB_VERSION ${QuaZip_VERSION})
9-
set(QUAZIP_LIB_SOVERSION 1.0.0)
9+
set(QUAZIP_LIB_SOVERSION 1.3.0)
1010

1111
option(BUILD_SHARED_LIBS "" ON)
1212
option(QUAZIP_INSTALL "" ON)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = quazip-1-2
41+
PROJECT_NUMBER = quazip-1-3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

NEWS.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
QuaZip changes
1+
* 2022-04-16 1.3
2+
* All JlCompress methods are now public
3+
* Default Qt major version is now detected automatically
4+
* Minor CMake and pkg-config fixes and improvements
25

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

0 commit comments

Comments
 (0)