Skip to content

Commit

Permalink
Pre-release changes (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent ad4bf44 commit aaa7572
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lximage-qt-2.1.0 / 2024-11-05
==============================
* Corrected a misspelled mimetype in the desktop entry.
* Small fix to selecting the screenshot area.
* Cleaned up licenses.

lximage-qt-2.0.1 / 2024-05-04
==============================
* Fixed a crash on using annotations with Qt ≥ 6.7.
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ project(lximage-qt)
include(GNUInstallDirs)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 0)
set(PATCH_VERSION 1)
set(MINOR_VERSION 1)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

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


Expand Down

0 comments on commit aaa7572

Please sign in to comment.