Skip to content

Commit

Permalink
Patch release 2.16.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Jan 17, 2024
1 parent 545ea04 commit c1a3958
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 1)
set(MIR_VERSION_PATCH 2)

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:
- Display with orientation: left/right flipped on arm64 (#3185)

-- Alan Griffiths <[email protected]> Wed, 17 Jan 2024 09:40:21 +0000

mir (2.16.1) UNRELEASED; urgency=medium

* Bugfix release:
Expand Down

0 comments on commit c1a3958

Please sign in to comment.