Skip to content

Commit

Permalink
cmake, tag: fix versions (#3195)
Browse files Browse the repository at this point in the history
* Merge pull request #3188 from MirServer/laterality

Fix transformation for Layout::TopRowFirst

* Patch release 2.16.2 changelog

---------

Co-authored-by: Christopher James Halse Rogers <[email protected]>
Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent a5f7e1a commit a282687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 2)
set(MIR_VERSION_MINOR 17)
set(MIR_VERSION_PATCH 0)
set(MIR_VERSION_MINOR 16)
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
Expand Up @@ -5,6 +5,13 @@ mir (2.16.2) UNRELEASED; urgency=medium

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

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 a282687

Please sign in to comment.