diff --git a/debian/changelog b/debian/changelog index 2a6f8804..d1e25c4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xed (3.4.3) victoria; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Fri, 07 Jul 2023 17:28:55 +0200 + xed (3.4.2) victoria; urgency=medium * Revert "dark mode: Delegate to libxapp" diff --git a/meson.build b/meson.build index 5757b687..22bed183 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '3.4.2') +project('xed', 'c', version : '3.4.3') gnome = import('gnome') i18n = import('i18n')