diff options
author | infirit <[email protected]> | 2014-12-15 18:12:17 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-15 18:12:17 +0100 |
commit | 6e467f7fc267454b124bdb03d88b4a4a0692936f (patch) | |
tree | e84c9075d1aa5577d34fd3c6c5fb378940fdd89b | |
parent | e81153181d4888fe1e4c326224431e576e70ea08 (diff) | |
download | mate-control-center-6e467f7fc267454b124bdb03d88b4a4a0692936f.tar.bz2 mate-control-center-6e467f7fc267454b124bdb03d88b4a4a0692936f.tar.xz |
Bump required mate-desktop version to 1.9.4
We already released 1.9.3..
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dac8aa45..0e129039 100644 --- a/configure.ac +++ b/configure.ac @@ -77,14 +77,14 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 GTK_REQUIRED=2.24.0 - MATE_DESKTOP_REQUIRED=1.9.3 + MATE_DESKTOP_REQUIRED=1.9.4 LIBCANBERRA_API_VERSION= LIBUNIQUE_API_VERSION=1.0 ENGINES_FOLDER="engines" ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 - MATE_DESKTOP_REQUIRED=1.9.3 + MATE_DESKTOP_REQUIRED=1.9.4 LIBCANBERRA_API_VERSION=3 LIBUNIQUE_API_VERSION=3.0 ENGINES_FOLDER="theming-engines" |