Skip to content

Commit

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

[ Michael Webster ]
* nemo-action-manager.c: Generate unique names for actions when they're loaded.

-- Clement Lefebvre <root@linuxmint.com> Sun, 21 Jul 2024 11:31:31 +0100

nemo (6.2.5) wilma; urgency=medium

* action-layout-editor: Translate action names
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.5', meson_version : '>=0.56.0')
project('nemo', 'c', version : '6.2.6', 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 962d061

Please sign in to comment.