Skip to content

Commit

Permalink
Pre-release changes (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent e23364f commit ac2387d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
lximage-qt-1.3.0 / 2023-04-15
==============================
* Added a note on `kimageformats` to README.
* Typo fixes.
* Corrected duplicate names in a ui file.
* Changed the app icon to SVG.

lximage-qt-1.2.0 / 2022-11-05
==============================
* Fixed visual glitches in painting cached images.
Expand Down
6 changes: 3 additions & 3 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 1)
set(MINOR_VERSION 2)
set(MINOR_VERSION 3)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(LIBFMQT_MINIMUM_VERSION "1.3.0")
set(QT_MINIMUM_VERSION "5.15.0")


Expand Down

0 comments on commit ac2387d

Please sign in to comment.