File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-archiver-0.7.0 / 2022-11-05
2
+ ===================================
3
+ * Removed the redundant function `n_fields()` from `glib-utils`.
4
+ * Silenced some compilation warnings.
5
+
1
6
lxqt-archiver-0.6.0 / 2022-04-15
2
7
===================================
3
8
* Allow changing of view icon size.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
10
10
11
11
12
12
set (GLIB_MINIMUM_VERSION "2.50.0" )
13
- set (LIBFMQT_MINIMUM_VERSION "1.1 .0" )
14
- set (LXQTBT_MINIMUM_VERSION "0.11 .0" )
13
+ set (LIBFMQT_MINIMUM_VERSION "1.2 .0" )
14
+ set (LXQTBT_MINIMUM_VERSION "0.12 .0" )
15
15
set (QT_MINIMUM_VERSION "5.15.0" )
16
16
17
17
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
@@ -40,7 +40,7 @@ pkg_check_modules(
40
40
)
41
41
42
42
set (LXQT_ARCHIVER_MAJOR_VERSION 0)
43
- set (LXQT_ARCHIVER_MINOR_VERSION 6 )
43
+ set (LXQT_ARCHIVER_MINOR_VERSION 7 )
44
44
set (LXQT_ARCHIVER_PATCH_VERSION 0)
45
45
set (LXQT_ARCHIVER_VERSION ${LXQT_ARCHIVER_MAJOR_VERSION} .${LXQT_ARCHIVER_MINOR_VERSION} .${LXQT_ARCHIVER_PATCH_VERSION} )
46
46
add_definitions ("-DLXQT_ARCHIVER_VERSION=\" ${LXQT_ARCHIVER_VERSION} \" " )
You can’t perform that action at this time.
0 commit comments