Skip to content

Commit

Permalink
6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jul 17, 2024
1 parent 7c67dc9 commit 349ccd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nemo (6.2.4) wilma; urgency=medium

[ Leigh Scott ]
* Update meson.build (#3431)

[ Michael Webster ]
* nemo-view.c: Don't create a zero-length Empty Document.

-- Clement Lefebvre <root@linuxmint.com> Wed, 17 Jul 2024 15:48:14 +0100

nemo (6.2.3) wilma; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meson build file

# https://github.com/linuxmint/nemo
project('nemo', 'c', version : '6.2.3', meson_version : '>=0.56.0')
project('nemo', 'c', version : '6.2.4', meson_version : '>=0.56.0')

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

0 comments on commit 349ccd0

Please sign in to comment.