diff --git a/debian/changelog b/debian/changelog index ff52b747..c2c9f1f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xed (3.4.1) victoria; urgency=medium + + [ psykose ] + * meson.build: use gzip -k instead of --keep + + [ Clement Lefebvre ] + * l10n: Update translations + + -- Clement Lefebvre Thu, 08 Jun 2023 12:07:05 +0100 + xed (3.4.0) victoria; urgency=medium [ simplejack-src ] diff --git a/meson.build b/meson.build index b21754d6..d9bc5cff 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '3.4.0') +project('xed', 'c', version : '3.4.1') gnome = import('gnome') i18n = import('i18n')