Skip to content

Commit

Permalink
Release 2.18.3 (#3624)
Browse files Browse the repository at this point in the history
## Enhancements:
- Ensure windows are placed and repainted on X11 "CONFIGURE" #3619

---------

Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
Saviq and AlanGriffiths authored Oct 14, 2024
1 parent 46f9db6 commit ee62c72
Show file tree
Hide file tree
Showing 2 changed files with 10 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 18)
set(MIR_VERSION_PATCH 2)
set(MIR_VERSION_PATCH 3)

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

* Hotfix release 2.18.3

Enhancements:
. Ensure windows are placed and repainted on X11 "CONFIGURE" #3619

-- Michał Sawicz <[email protected]> Mon, 07 Oct 2024 15:04:33 +0200

mir (2.18.2) UNRELEASED; urgency=medium

* Bugfix release 2.18.2
Expand Down

0 comments on commit ee62c72

Please sign in to comment.