diff --git a/debian/changelog b/debian/changelog index c2c9f1f5..2a6f8804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xed (3.4.2) victoria; urgency=medium + + * Revert "dark mode: Delegate to libxapp" + * l10n: Update POT + + -- Clement Lefebvre Mon, 26 Jun 2023 15:56:17 +0200 + xed (3.4.1) victoria; urgency=medium [ psykose ] diff --git a/meson.build b/meson.build index 8a39348d..5757b687 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '3.4.1') +project('xed', 'c', version : '3.4.2') gnome = import('gnome') i18n = import('i18n')