Skip to content

Commit

Permalink
Release 2.17.2
Browse files Browse the repository at this point in the history
Because 2.17.1 wasn't, really...
  • Loading branch information
Saviq committed Sep 10, 2024
1 parent faf1923 commit 7f48976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 17)
set(MIR_VERSION_PATCH 0)
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
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mir (2.17.1) UNRELEASED; urgency=medium
mir (2.17.2) UNRELEASED; urgency=medium

* Enhancements
. x11-kiosk (#3460)
Expand Down

0 comments on commit 7f48976

Please sign in to comment.