diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 09:18:33 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 09:18:33 -0600 |
commit | 9c8e765277bd7a97d4399384ee82b8297b2d8cff (patch) | |
tree | 31065914b7b9f11b8b6763383ede39f2a6e56640 /configure.ac | |
parent | f7619a62a8e721899c8bf5a6026158c644ac2815 (diff) | |
parent | 42b285cbca9341d4dfa7c05ddc0d13dab9f083e3 (diff) | |
download | ayatana-indicator-session-9c8e765277bd7a97d4399384ee82b8297b2d8cff.tar.gz ayatana-indicator-session-9c8e765277bd7a97d4399384ee82b8297b2d8cff.tar.bz2 ayatana-indicator-session-9c8e765277bd7a97d4399384ee82b8297b2d8cff.zip |
Updating to libindicator 0.3.0 API.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 340177e..536b5af 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.2.0 +INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 POLKIT_REQUIRED_VERSION=0.92 |