We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b49b commit 877a2c9Copy full SHA for 877a2c9
CMakeLists.txt
@@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
26
27
set(MIR_VERSION_MAJOR 2)
28
set(MIR_VERSION_MINOR 18)
29
-set(MIR_VERSION_PATCH 2)
+set(MIR_VERSION_PATCH 3)
30
31
add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
32
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})
debian/changelog
@@ -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
10
mir (2.18.2) UNRELEASED; urgency=medium
11
12
* Bugfix release 2.18.2
0 commit comments