Skip to content

Commit 877a2c9

Browse files
committed
Release 2.18.3
1 parent 4c9b49b commit 877a2c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

+1-1
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 18)
29-
set(MIR_VERSION_PATCH 2)
29+
set(MIR_VERSION_PATCH 3)
3030

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

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mir (2.18.3) UNRELEASED; urgency=medium
2+
3+
* Hotfix release 2.18.3
4+
5+
Enhancements:
6+
. Ensure windows are placed and repainted on X11 "CONFIGURE" #3619
7+
8+
-- Michał Sawicz <[email protected]> Mon, 07 Oct 2024 15:04:33 +0200
9+
110
mir (2.18.2) UNRELEASED; urgency=medium
211

312
* Bugfix release 2.18.2

0 commit comments

Comments
 (0)