Skip to content

Commit

Permalink
Pre-release changes (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 3, 2020
1 parent cffd77a commit b913973
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.0 / 2020-11-01
==================
* Fixed screen area and window modes with scale factors > 1.

2.0.1 / 2020-04-23
==================
* Bumped screengrab version to 2.0.1.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O

# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.10.0")
set(QTXDG_MINIMUM_VERSION "3.5.0")
set(QT_MINIMUM_VERSION "5.12.0")
set(QTXDG_MINIMUM_VERSION "3.6.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.0.1")
set(SCREENGRAB_VERSION "2.1.0")

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

0 comments on commit b913973

Please sign in to comment.