aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 14:53:57 -0600
committerTed Gould <ted@gould.cx>2011-01-27 14:53:57 -0600
commit41981b1b0cc723c58e515702fc34cfd6bf500ae9 (patch)
treee762d6405bdd99fbb8eb7be45522bfa51a7dd941 /configure.ac
parentbe00d0092e640dcdb0c5a64f9a8a20178245b716 (diff)
parent19c543fd42571ef3e011db21a6d93e93d7da4483 (diff)
downloadlibayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.tar.gz
libayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.tar.bz2
libayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.zip
Import upstream version 0.2.92
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 08035ec..6f78786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libappindicator, 0.2.91, ted@canonical.com)
+AC_INIT(libappindicator, 0.2.92, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libappindicator, 0.2.91.1)
+AM_INIT_AUTOMAKE(libappindicator, 0.2.92)
AM_MAINTAINER_MODE
@@ -42,7 +42,7 @@ GTK3_REQUIRED_VERSION=2.91
GLIB_REQUIRED_VERSION=2.26
GIO_REQUIRED_VERSION=2.26
INDICATOR_REQUIRED_VERSION=0.3.5
-DBUSMENUGTK_REQUIRED_VERSION=0.3.90
+DBUSMENUGTK_REQUIRED_VERSION=0.3.94
DBUS_GLIB_REQUIRED_VERSION=0.82
AC_ARG_WITH([gtk],