Skip to content

Commit

Permalink
Release 2.16.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jan 2, 2024
1 parent 4d1a88f commit 035bd8f
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 035bd8f

Please sign in to comment.