Skip to content

Commit

Permalink
Pre-release changes (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent de62246 commit 97d7fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.9.0 / 2023-11-05
===================================
* Ported away from deprecated time format.
* Added appropriate fallback icons to toolbar and menu.

lxqt-archiver-0.8.0 / 2023-04-15
===================================
* Updated translations and dependencies and bumped the version.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O


set(GLIB_MINIMUM_VERSION "2.50.0")
set(LIBFMQT_MINIMUM_VERSION "1.3.0")
set(LIBFMQT_MINIMUM_VERSION "1.4.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QT_MINIMUM_VERSION "5.15.0")

Expand Down Expand Up @@ -40,7 +40,7 @@ pkg_check_modules(
)

set(LXQT_ARCHIVER_MAJOR_VERSION 0)
set(LXQT_ARCHIVER_MINOR_VERSION 8)
set(LXQT_ARCHIVER_MINOR_VERSION 9)
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 97d7fbe

Please sign in to comment.