Skip to content

Commit

Permalink
Pre-release changes (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent cd3b6f8 commit 3e4480f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lxqt-archiver-0.7.0 / 2022-11-05
===================================
* Removed the redundant function `n_fields()` from `glib-utils`.
* Silenced some compilation warnings.

lxqt-archiver-0.6.0 / 2022-04-15
===================================
* Allow changing of view icon size.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O


set(GLIB_MINIMUM_VERSION "2.50.0")
set(LIBFMQT_MINIMUM_VERSION "1.1.0")
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QT_MINIMUM_VERSION "5.15.0")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down Expand Up @@ -40,7 +40,7 @@ pkg_check_modules(
)

set(LXQT_ARCHIVER_MAJOR_VERSION 0)
set(LXQT_ARCHIVER_MINOR_VERSION 6)
set(LXQT_ARCHIVER_MINOR_VERSION 7)
set(LXQT_ARCHIVER_PATCH_VERSION 0)
set(LXQT_ARCHIVER_VERSION ${LXQT_ARCHIVER_MAJOR_VERSION}.${LXQT_ARCHIVER_MINOR_VERSION}.${LXQT_ARCHIVER_PATCH_VERSION})
add_definitions("-DLXQT_ARCHIVER_VERSION=\"${LXQT_ARCHIVER_VERSION}\"")
Expand Down

0 comments on commit 3e4480f

Please sign in to comment.