File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# require 3.15 for GNUInstallDirs
2
2
cmake_minimum_required (VERSION 3.15...3.18 )
3
3
4
- project (QuaZip VERSION 1.2 )
4
+ project (QuaZip VERSION 1.3 )
5
5
6
6
set (CMAKE_CXX_STANDARD 14 )
7
7
8
8
set (QUAZIP_LIB_VERSION ${QuaZip_VERSION} )
9
- set (QUAZIP_LIB_SOVERSION 1.0 .0 )
9
+ set (QUAZIP_LIB_SOVERSION 1.3 .0 )
10
10
11
11
option (BUILD_SHARED_LIBS "" ON )
12
12
option (QUAZIP_INSTALL "" ON )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = quazip-1-2
41
+ PROJECT_NUMBER = quazip-1-3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 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
2
5
3
6
* 2021-11-13 1.2
4
7
* Add CMake option to disable installation (Sebastian Rettenberger)
You can’t perform that action at this time.
0 commit comments