Skip to content

Commit c9715df

Browse files
authored
Pre-release changes (#671)
* Pre-release changes * A small change to changelog
1 parent bad12b7 commit c9715df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
lximage-qt-2.0.0 / 2024-04-17
27
==============================
38
* Ported to Qt6.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(GNUInstallDirs)
1010

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

1616
set(LXQTBT_MINIMUM_VERSION "2.0.0")

0 commit comments

Comments
 (0)