diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-03-29 22:14:04 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-03-29 22:14:04 -0400 |
commit | 64eef1aea1bca369696f73210c5967ac379e2822 (patch) | |
tree | f0f9d816047051b665d0f0fe8f6e6926532da12b /configure.ac | |
parent | 05da30c294f14a4ad6bdbb9a6293ca0616c508e2 (diff) | |
parent | dd8d40d4e6805fc9cbbc880808edb6ee05b492df (diff) | |
download | libayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.tar.gz libayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.tar.bz2 libayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.zip |
* Upstream Release 0.0.18
* Change when there are updates to Check and Radio buttons via
their actions. (LP: #542221)
* Fixing icon updating with themes and naming fallbacks with
the status icon fallback. (LP: #532858)
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 8f099ea..dc1b787 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.17, ted@canonical.com) +AC_INIT(indicator-application, 0.0.18, 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.17) +AM_INIT_AUTOMAKE(indicator-application, 0.0.18) AM_MAINTAINER_MODE |