Skip to content

Commit

Permalink
Merge pull request #3173 from MirServer/release/2.16
Browse files Browse the repository at this point in the history
Release 2.16.1
  • Loading branch information
Saviq authored Jan 5, 2024
2 parents 7d45ced + 035bd8f commit aae5f74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 2)
set(MIR_VERSION_MINOR 16)
set(MIR_VERSION_PATCH 0)
set(MIR_VERSION_PATCH 1)

add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mir (2.16.1) UNRELEASED; urgency=medium

* Bugfix release:
- Changing scale factor at runtime leads to misrendering (#3165)

-- Michał Sawicz <[email protected]> Tue, 02 Jan 2024 11:53:02 +0100

mir (2.16.0) UNRELEASED; urgency=medium

[ Alan Griffiths ]
Expand Down

0 comments on commit aae5f74

Please sign in to comment.