diff --git a/debian/changelog b/debian/changelog index 780eb55..b5e0514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xed (2.0.1) tessa; urgency=medium + + [ Leigh Scott ] + * Switch build instructions for meson port. (#263) + + [ Clement Lefebvre ] + * l10n: Update translations + + -- Clement Lefebvre Tue, 27 Nov 2018 18:33:21 +0000 + xed (2.0.0) tessa; urgency=medium [ Tomasz Gąsior ] diff --git a/meson.build b/meson.build index 3c93250..617df4e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.0.0') +project('xed', 'c', version : '2.0.1') gnome = import('gnome') i18n = import('i18n')