diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 13:30:01 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 13:30:01 -0600 |
commit | c8b0c8db359a2eca840adde04cf62004151735c4 (patch) | |
tree | 3484da43e2be0418b17b344ee1358e4e2193e638 /configure.ac | |
parent | 4209721529302daa7cb3a1f73b9ae2a1946195a4 (diff) | |
parent | 54dde179be74619f64add30cb99f75fee2dfdd31 (diff) | |
download | ayatana-indicator-session-c8b0c8db359a2eca840adde04cf62004151735c4.tar.gz ayatana-indicator-session-c8b0c8db359a2eca840adde04cf62004151735c4.tar.bz2 ayatana-indicator-session-c8b0c8db359a2eca840adde04cf62004151735c4.zip |
* New upstream release.
* Adding in accessible description
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8350dd5..e12c744 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.2.13) +AM_INIT_AUTOMAKE(indicator-session, 0.2.14) AM_MAINTAINER_MODE @@ -26,7 +26,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.3.5 +INDICATOR_REQUIRED_VERSION=0.3.19 DBUSMENUGTK_REQUIRED_VERSION=0.3.91 POLKIT_REQUIRED_VERSION=0.92 |