Skip to content

Commit 009c7fe

Browse files
committed
release: fix CMake version and the changelog
1 parent 7ca27a5 commit 009c7fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 19)
29-
set(MIR_VERSION_PATCH 0)
29+
set(MIR_VERSION_PATCH 2)
3030

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

debian/changelog

+4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ mir (2.19.2) UNRELEASED; urgency=medium
55
- Enhancements
66
. Fix changelog
77

8+
-- Alan Griffiths <[email protected]> Tue, 3 Dec 2024 11:48:10 +0000
9+
810
mir (2.19.1) UNRELEASED; urgency=medium
911

1012
* New upstream release 2.19.1
1113

1214
- ABI summary:
1315
. mirserver ABI bumped to 62
1416

17+
-- Alan Griffiths <[email protected]> Tue, 3 Dec 2024 10:35:06 +0000
18+
1519
mir (2.19.0) UNRELEASED; urgency=medium
1620

1721
* New upstream release 2.19.0

0 commit comments

Comments
 (0)