Skip to content

Commit

Permalink
Pre-release changes (#671)
Browse files Browse the repository at this point in the history
* Pre-release changes

* A small change to changelog
  • Loading branch information
tsujan authored May 4, 2024
1 parent bad12b7 commit c9715df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lximage-qt-2.0.1 / 2024-05-04
==============================
* Fixed a crash on using annotations with Qt ≥ 6.7.
* Fixed a memory leak.

lximage-qt-2.0.0 / 2024-04-17
==============================
* Ported to Qt6.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(GNUInstallDirs)

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

set(LXQTBT_MINIMUM_VERSION "2.0.0")
Expand Down

0 comments on commit c9715df

Please sign in to comment.