Skip to content

Commit

Permalink
cmake,debian: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jan 16, 2025
1 parent 4e8f3a4 commit 22cfd55
Show file tree
Hide file tree
Showing 2 changed files with 11 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 19)
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
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
mir (2.19.3) UNRELEASED; urgency=medium

* New upstream release 2.19.3

- Bug fixes:
. Don't leak VirtualInputDevice keyboards (#3720)
. kms: skip `simple-framebuffer` devices (#3721)

-- Michał Sawicz <[email protected]> Thu, 16 Jan 2025 15:07:09 +0100

mir (2.19.2) UNRELEASED; urgency=medium

* New upstream release 2.19.2
Expand Down

0 comments on commit 22cfd55

Please sign in to comment.