From 9d3d2acfd90fda83c1326a881c63930d7cb185e5 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sun, 28 Jul 2019 15:03:56 +0200 Subject: [PATCH] 2.2.3 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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')