Skip to content

Commit c1a3958

Browse files
committed
Patch release 2.16.2 changelog
1 parent 545ea04 commit c1a3958

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
2626

2727
set(MIR_VERSION_MAJOR 2)
2828
set(MIR_VERSION_MINOR 16)
29-
set(MIR_VERSION_PATCH 1)
29+
set(MIR_VERSION_PATCH 2)
3030

3131
add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
3232
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mir (2.16.1) UNRELEASED; urgency=medium
2+
3+
* Bugfix release:
4+
- Display with orientation: left/right flipped on arm64 (#3185)
5+
6+
-- Alan Griffiths <alan.griffiths@canonical.com> Wed, 17 Jan 2024 09:40:21 +0000
7+
18
mir (2.16.1) UNRELEASED; urgency=medium
29

310
* Bugfix release:

0 commit comments

Comments
 (0)