From 4429a455f433fe3a82a5d93d95bddded09bc2ae2 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 10 Dec 2020 12:19:44 +0000 Subject: [PATCH] 2.8.2 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c5d766..8acb71a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xed (2.8.2) ulyssa; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Thu, 10 Dec 2020 12:14:34 +0000 + xed (2.8.1) ulyssa; urgency=medium [ Eli Schwartz ] diff --git a/meson.build b/meson.build index e8dbd91..f3f9088 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.8.1') +project('xed', 'c', version : '2.8.2') gnome = import('gnome') i18n = import('i18n')