Skip to content

Commit

Permalink
Pre-release changes (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 12, 2021
1 parent 85b5835 commit 8164317
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.0 / 2021-04-15
==================
* Dropped deprecated QLatin1Literal.
* Dropped obsolete trUtf8.

2.1.0 / 2020-11-01
==================
* Fixed screen area and window modes with scale factors > 1.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.12.0")
set(QTXDG_MINIMUM_VERSION "3.6.0")
set(QTXDG_MINIMUM_VERSION "3.7.0")

find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5Network ${QT_MINIMUM_VERSION} REQUIRED)
Expand All @@ -44,7 +44,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

set(SCREENGRAB_VERSION "2.1.0")
set(SCREENGRAB_VERSION "2.2.0")

if (DEV_VERSION)
set(VERSION "${SCREENGRAB_VERSION}-dev (${DEV_VERSION})")
Expand Down

0 comments on commit 8164317

Please sign in to comment.