Skip to content

Commit

Permalink
Pre-release changes (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent 576041d commit cc9ca82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lximage-qt-1.2.0 / 2022-11-05
==============================
* Fixed visual glitches in painting cached images.
* Added Sorting sub-menu to View menu.

lximage-qt-1.1.0 / 2022-04-15
==============================
* Restore maximized state (if any) on un-fullscreening.
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 1)
set(MINOR_VERSION 2)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LIBFMQT_MINIMUM_VERSION "1.1.0")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
set(QT_MINIMUM_VERSION "5.15.0")


Expand Down

0 comments on commit cc9ca82

Please sign in to comment.