diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 16:18:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 16:18:48 -0600 |
commit | 837d67948cfa29fc99f5b1336c8ef0ca1eb45e99 (patch) | |
tree | 921181b7e62b0a95efc9312f87564338c51745ce /configure.ac | |
parent | 9504966c66f3241612afe27b52fcd8745052afa2 (diff) | |
parent | bf1f1526eb6d0c220dba945d42ab72c6f6a1d636 (diff) | |
download | libayatana-appindicator-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.tar.gz libayatana-appindicator-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.tar.bz2 libayatana-appindicator-837d67948cfa29fc99f5b1336c8ef0ca1eb45e99.zip |
* Upstream release 0.0.16
* Use libindicator icon loading helper
* Workaround for label changes on GtkActions
* Testing fix for using xvfb
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index bf404e1..f260512 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.15, ted@canonical.com) +AC_INIT(indicator-application, 0.0.16, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.15) +AM_INIT_AUTOMAKE(indicator-application, 0.0.16) AM_MAINTAINER_MODE @@ -38,7 +38,7 @@ AC_CONFIG_MACRO_DIR(m4) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.3.1 +INDICATOR_REQUIRED_VERSION=0.3.5 DBUSMENUGTK_REQUIRED_VERSION=0.2.2 JSON_GLIB_REQUIRED_VERSION=0.7.6 DBUS_GLIB_REQUIRED_VERSION=0.82 |