Skip to content

Commit

Permalink
Pre-release changes (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 73a66cc commit 068c57c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-archiver-1.1.0 / 2024-11-05
===================================
* Added `application/vnd.rar` to the supported mime types.
* Add clear button to filter bar.
* Silenced a compilation warning about `GList`.

lxqt-archiver-1.0.0 / 2024-04-17
===================================
* Ported to Qt6.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if(USE_7Z)
endif()

set(GLIB_MINIMUM_VERSION "2.50.0")
set(LIBFMQT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LIBFMQT_MINIMUM_VERSION "2.1.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")

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

set(LXQT_ARCHIVER_MAJOR_VERSION 1)
set(LXQT_ARCHIVER_MINOR_VERSION 0)
set(LXQT_ARCHIVER_MINOR_VERSION 1)
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 068c57c

Please sign in to comment.