From 11f25cd802901f5f4ddfbad579520a8de83d67ff Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 11 Oct 2018 13:15:43 -0400 Subject: pre-bump version --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1cda052..7b54c3b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +### mate-settings-daemon 1.21.1 + ### mate-settings-daemon 1.21.0 sync with transifex diff --git a/configure.ac b/configure.ac index c2159fb..63d1c62 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) m4_define([msd_api_version_major],[1]) m4_define([msd_api_version_minor],[21]) -m4_define([msd_api_version_micro],[0]) +m4_define([msd_api_version_micro],[1]) m4_define([msd_api_version], [msd_api_version_major.msd_api_version_minor.msd_api_version_micro]) @@ -54,7 +54,7 @@ DBUS_GLIB_REQUIRED_VERSION=0.74 GLIB_REQUIRED_VERSION=2.50.0 GIO_REQUIRED_VERSION=2.50.0 GTK_REQUIRED_VERSION=3.22.0 -MATE_DESKTOP_REQUIRED_VERSION=1.21.1 +MATE_DESKTOP_REQUIRED_VERSION=1.21.2 LIBMATEKBD_REQUIRED_VERSION=1.17.0 LIBNOTIFY_REQUIRED_VERSION=0.7.0 LIBMATEMIXER_REQUIRED_VERSION=1.10.0 -- cgit v1.2.1