diff --git a/debian/changelog b/debian/changelog index f17da77..b77777d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xed (2.2.3) tina; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Sun, 28 Jul 2019 15:03:33 +0200 + xed (2.2.2) tina; urgency=medium * Preferences: Make dialog slightly taller diff --git a/meson.build b/meson.build index 203ebff..3765659 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.2.2') +project('xed', 'c', version : '2.2.3') gnome = import('gnome') i18n = import('i18n')