diff --git a/debian/changelog b/debian/changelog index 0366130..c287273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cinnamon-menus (6.4.0) xia; urgency=medium + + * 6.4.0 + + -- Clement Lefebvre Mon, 25 Nov 2024 12:19:45 +0000 + cinnamon-menus (6.2.0) wilma; urgency=medium * packaging: Forbid compilation if the symbols file is outdated diff --git a/meson.build b/meson.build index 60856b5..e831e43 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('cinnamon-menus', 'c', version : '6.2.0', meson_version : '>=0.56.0') +project('cinnamon-menus', 'c', version : '6.4.0', meson_version : '>=0.56.0') gnome = import('gnome')