Skip to content

Commit

Permalink
release: fix CMake version and the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Dec 3, 2024
1 parent 7ca27a5 commit 009c7fe
Show file tree
Hide file tree
Showing 2 changed files with 5 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 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
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ mir (2.19.2) UNRELEASED; urgency=medium
- Enhancements
. Fix changelog

-- Alan Griffiths <[email protected]> Tue, 3 Dec 2024 11:48:10 +0000

mir (2.19.1) UNRELEASED; urgency=medium

* New upstream release 2.19.1

- ABI summary:
. mirserver ABI bumped to 62

-- Alan Griffiths <[email protected]> Tue, 3 Dec 2024 10:35:06 +0000

mir (2.19.0) UNRELEASED; urgency=medium

* New upstream release 2.19.0
Expand Down

0 comments on commit 009c7fe

Please sign in to comment.