diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 13:08:38 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 13:08:38 -0500 |
commit | d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde (patch) | |
tree | 127eccff2f7ef4b156520a31ee73d9bee3cd6d5f /configure.ac | |
parent | b839c8aadcbae01755f1bbaa812f96646a9ddf4a (diff) | |
parent | 42de500f6f9f74c505ce22fd959259044103929c (diff) | |
download | libayatana-appindicator-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.gz libayatana-appindicator-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.bz2 libayatana-appindicator-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.zip |
* Upstream Release 0.0.17
* Support GTK's show menu items property (LP: #528527)
* Fix status and category nicks in Python bindings (LP: #539858)
* Switch domains to org.kde instead of org.freedesktop as spec
was never officially approved by that body.
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 f260512..8f099ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.16, ted@canonical.com) +AC_INIT(indicator-application, 0.0.17, 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.16) +AM_INIT_AUTOMAKE(indicator-application, 0.0.17) AM_MAINTAINER_MODE |