summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-12-10 18:04:36 +0100
committerStefano Karapetsas <[email protected]>2011-12-10 18:04:36 +0100
commit1dcec899caafbaeeaeedd9245da14dcba249808d (patch)
treeb935c70513111f94561767a884645a78edfdc693 /configure.ac
parenteb986a271cb90e22c42c5a789bf414987a3f22b1 (diff)
downloadmate-settings-daemon-1dcec899caafbaeeaeedd9245da14dcba249808d.tar.bz2
mate-settings-daemon-1dcec899caafbaeeaeedd9245da14dcba249808d.tar.xz
updated version to 1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7bdec97..ed62b55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.60])
-m4_define([gsd_api_version_major],[2011])
-m4_define([gsd_api_version_minor],[12])
-m4_define([gsd_api_version_micro],[01])
+m4_define([gsd_api_version_major],[1])
+m4_define([gsd_api_version_minor],[1])
+m4_define([gsd_api_version_micro],[0])
m4_define([gsd_api_version],
[gsd_api_version_major.gsd_api_version_minor.gsd_api_version_micro])
@@ -49,10 +49,10 @@ dnl ---------------------------------------------------------------------------
DBUS_GLIB_REQUIRED_VERSION=0.74
GLIB_REQUIRED_VERSION=2.17.3
GTK_REQUIRED_VERSION=2.21.2
-MATECONF_REQUIRED_VERSION=2.6.1
+MATECONF_REQUIRED_VERSION=1.1.0
GIO_REQUIRED_VERSION=2.17.3
-MATE_DESKTOP_REQUIRED_VERSION=2.29.92
-LIBMATENOTIFY_REQUIRED_VERSION=0.4.3
+MATE_DESKTOP_REQUIRED_VERSION=1.1.0
+LIBMATENOTIFY_REQUIRED_VERSION=1.1.0
EXTRA_COMPILE_WARNINGS(yes)