diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 13:22:55 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 13:22:55 -0600 |
commit | eab11a27d633a153111de2e55057b8bfe09ef7de (patch) | |
tree | a759399c8a14943723f5a4b20f78c2a0b8399d30 /configure.ac | |
parent | 59f09d66b111c8334b4a1322bcab687f10df9b50 (diff) | |
parent | 6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500 (diff) | |
download | libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.tar.gz libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.tar.bz2 libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.zip |
* Upstream release 0.0.3
* More GtkMenu support in libappindicator
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 74cef75..d88fdc8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.2, ted@canonical.com) +AC_INIT(indicator-application, 0.0.3, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.2) +AM_INIT_AUTOMAKE(indicator-application, 0.0.3) AM_MAINTAINER_MODE @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR(m4) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.2.0 +INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION |