Skip to content

Commit

Permalink
Pre-release changes (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent 202e89d commit cf87a18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.6.0 / 2023-04-15
==================
* Updated translations and bumped the version.

2.5.0 / 2022-11-05
==================
* Fixed the screenshot of window and its decoration with multi-screen setups.
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.15.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")
set(QTXDG_MINIMUM_VERSION "3.11.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.5.0")
set(SCREENGRAB_VERSION "2.6.0")

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

0 comments on commit cf87a18

Please sign in to comment.