Skip to content

Commit aaa7572

Browse files
authored
Pre-release changes (#685)
1 parent ad4bf44 commit aaa7572

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lximage-qt-2.1.0 / 2024-11-05
2+
==============================
3+
* Corrected a misspelled mimetype in the desktop entry.
4+
* Small fix to selecting the screenshot area.
5+
* Cleaned up licenses.
6+
17
lximage-qt-2.0.1 / 2024-05-04
28
==============================
39
* Fixed a crash on using annotations with Qt ≥ 6.7.

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ project(lximage-qt)
99
include(GNUInstallDirs)
1010

1111
set(MAJOR_VERSION 2)
12-
set(MINOR_VERSION 0)
13-
set(PATCH_VERSION 1)
12+
set(MINOR_VERSION 1)
13+
set(PATCH_VERSION 0)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

16-
set(LXQTBT_MINIMUM_VERSION "2.0.0")
17-
set(LIBFMQT_MINIMUM_VERSION "2.0.0")
16+
set(LXQTBT_MINIMUM_VERSION "2.1.0")
17+
set(LIBFMQT_MINIMUM_VERSION "2.1.0")
1818
set(QT_MINIMUM_VERSION "6.6.0")
1919

2020

0 commit comments

Comments
 (0)