Skip to content

Commit

Permalink
Pre-release changes (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 82cfd47 commit 1dc81f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lximage-qt-1.4.0 / 2023-11-05
==============================
* Added minimal support for color spaces.
* Removed ImageShack upload option (ImageShack requires a paid subscription now).
* Replaced instances of 'LXImage' with 'LXImage-Qt' in desktop entries.

lximage-qt-1.3.0 / 2023-04-15
==============================
* Added a note on `kimageformats` to README.
Expand Down
4 changes: 2 additions & 2 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 3)
set(MINOR_VERSION 4)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(LIBFMQT_MINIMUM_VERSION "1.3.0")
set(LIBFMQT_MINIMUM_VERSION "1.4.0")
set(QT_MINIMUM_VERSION "5.15.0")


Expand Down

0 comments on commit 1dc81f6

Please sign in to comment.