aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-25 15:25:38 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-25 15:25:38 -0400
commit52d107cad5d839603a4a24a285166d5d78742d7e (patch)
tree2d78e18f7e0bcb68e0714038f9e6a18755582dc5 /configure.ac
parentce36ed0c35e58f0244a090250ab7f96b8e5915ac (diff)
parentdb495e787761164191314d4d8fe79c70de075a75 (diff)
downloadayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.gz
ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.bz2
ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.zip
Import upstream version 0.3.3.1
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 7d01e8a..8584c96 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.3)
+AM_INIT_AUTOMAKE(indicator-session, 0.3.3.1)
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],