Skip to content

Commit 038925c

Browse files
committed
6.4.1
1 parent 9ad22e1 commit 038925c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
nemo (6.4.1) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Fix inhibit name so nemo's desktop file is discovered by cinnamon- session for the logout dialog.
5+
6+
[ Bobby Rong ]
7+
* Remove unused libxml headers. (#3490)
8+
9+
-- Clement Lefebvre <[email protected]> Mon, 02 Dec 2024 16:44:26 +0000
10+
111
nemo (6.4.0) xia; urgency=medium
212

313
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/nemo
4-
project('nemo', 'c', version : '6.4.0', meson_version : '>=0.56.0')
4+
project('nemo', 'c', version : '6.4.1', meson_version : '>=0.56.0')
55

66
# 1. If the library code has changed at all since last release, then increment revision.
77
# 2. If any interfaces have been added, then increment current and set revision to 0.

0 commit comments

Comments
 (0)