diff options
author | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
commit | 45e7b47b25e7dcb713c2d592730587c847693b18 (patch) | |
tree | cad54405358ffc25f1afce96da2e9835b8c97569 /configure.ac | |
parent | 70600e1fad7decbd5c1bf98f17a01f05469919f3 (diff) | |
parent | d005a22755a0dd3b9f752d66a0479272a09663ae (diff) | |
download | libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.gz libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.bz2 libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.zip |
* New upstream release.
* Don't set the fallback timer if we're already in a fallback
mode to avoid unfalling back excessively. (LP: #529052)
* Fix distcheck of documentation
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 dc1b787..c34bed2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.18, ted@canonical.com) +AC_INIT(indicator-application, 0.0.19, 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.18) +AM_INIT_AUTOMAKE(indicator-application, 0.0.19) AM_MAINTAINER_MODE |