diff options
author | Ted Gould <ted@gould.cx> | 2010-09-15 14:50:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-15 14:50:01 -0500 |
commit | db852e828c9130d415ed1c1c3ed76be1094bc56a (patch) | |
tree | 2f014e895481ffa71f8801a9c2c284dc45e032af /configure.ac | |
parent | 859281b269a796f53e262cee0ec019149390ad9d (diff) | |
parent | c876d26568d76d4d06b319352cf63928f21dfba5 (diff) | |
download | libayatana-appindicator-db852e828c9130d415ed1c1c3ed76be1094bc56a.tar.gz libayatana-appindicator-db852e828c9130d415ed1c1c3ed76be1094bc56a.tar.bz2 libayatana-appindicator-db852e828c9130d415ed1c1c3ed76be1094bc56a.zip |
* Update the icon if the item is visible (LP: #639643)
* New upstream release.
* Handle double registration of indicators (LP: #621838)
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 ebfc58f..25e19c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.7, ted@canonical.com) +AC_INIT(indicator-application, 0.2.8, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.7) +AM_INIT_AUTOMAKE(indicator-application, 0.2.8) AM_MAINTAINER_MODE |