diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 14:01:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 14:01:10 -0600 |
commit | 2377df37da27f6035282ed639b126ffd5dc8458a (patch) | |
tree | f895b4dba891009d36ebb10f1e31415a7266a4f2 | |
parent | f2b83652616aa17c85728eb7539d03500525b969 (diff) | |
download | libayatana-appindicator-2377df37da27f6035282ed639b126ffd5dc8458a.tar.gz libayatana-appindicator-2377df37da27f6035282ed639b126ffd5dc8458a.tar.bz2 libayatana-appindicator-2377df37da27f6035282ed639b126ffd5dc8458a.zip |
Require libindicator 0.3.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5855168..b57f8c9 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_CONFIG_MACRO_DIR(m4) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.3.0 +INDICATOR_REQUIRED_VERSION=0.3.1 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 JSON_GLIB_REQUIRED_VERSION=0.7.6 |