We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad12b7 commit c9715dfCopy full SHA for c9715df
CHANGELOG
@@ -1,3 +1,8 @@
1
+lximage-qt-2.0.1 / 2024-05-04
2
+==============================
3
+ * Fixed a crash on using annotations with Qt ≥ 6.7.
4
+ * Fixed a memory leak.
5
+
6
lximage-qt-2.0.0 / 2024-04-17
7
==============================
8
* Ported to Qt6.
CMakeLists.txt
@@ -10,7 +10,7 @@ include(GNUInstallDirs)
10
11
set(MAJOR_VERSION 2)
12
set(MINOR_VERSION 0)
13
-set(PATCH_VERSION 0)
+set(PATCH_VERSION 1)
14
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
15
16
set(LXQTBT_MINIMUM_VERSION "2.0.0")
0 commit comments