aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-31 13:38:17 -0500
committerTed Gould <ted@gould.cx>2011-08-31 13:38:17 -0500
commit3a3145da6af3fc186a536ead2d24b7035e1d82ba (patch)
tree4c6e62aaf2d540775532ecc6a0371b0097b4871d /configure.ac
parentb0eef117956490d332413394adb4bfec13218d8e (diff)
parent9e698820479b2854678ce985dfdd5383cbd29ab7 (diff)
downloadayatana-indicator-session-3a3145da6af3fc186a536ead2d24b7035e1d82ba.tar.gz
ayatana-indicator-session-3a3145da6af3fc186a536ead2d24b7035e1d82ba.tar.bz2
ayatana-indicator-session-3a3145da6af3fc186a536ead2d24b7035e1d82ba.zip
Update to Ubuntu Desktop
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0240b9c..8e5ed8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-session, 0.3.2)
+AM_INIT_AUTOMAKE(indicator-session, 0.3.3.2)
AM_MAINTAINER_MODE
@@ -30,7 +30,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
GTK_REQUIRED_VERSION=2.12
GTK3_REQUIRED_VERSION=3.0
INDICATOR_REQUIRED_VERSION=0.3.19
-DBUSMENUGTK_REQUIRED_VERSION=0.3.91
+DBUSMENUGTK_REQUIRED_VERSION=0.4.92
POLKIT_REQUIRED_VERSION=0.92
AC_ARG_WITH([gtk],