diff options
author | Victor Kareh <[email protected]> | 2019-08-10 20:42:12 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-11 19:35:04 +0200 |
commit | 3ae00d585463830e5563aad21359e2dac23a4579 (patch) | |
tree | 736ab15fda43749bc1a3e2a6f4bd04f6104972fd /configure.ac | |
parent | 1a920c723d2a4c446dc9c4c628cb3904f942a116 (diff) | |
download | mate-settings-daemon-3ae00d585463830e5563aad21359e2dac23a4579.tar.bz2 mate-settings-daemon-3ae00d585463830e5563aad21359e2dac23a4579.tar.xz |
Bump version to 1.23.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd599bb..8e08cb4 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],[23]) -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.2 +MATE_DESKTOP_REQUIRED_VERSION=1.23.2 LIBMATEKBD_REQUIRED_VERSION=1.17.0 LIBNOTIFY_REQUIRED_VERSION=0.7.0 LIBMATEMIXER_REQUIRED_VERSION=1.10.0 |