diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 22:12:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 22:12:58 -0600 |
commit | 4b3ebd6f9f070dab76b0f7995b0d362d6e019612 (patch) | |
tree | d33cada62bd6d2bb2c4606bfcb37547d1edd868f /configure.ac | |
parent | 7357145438e015f5c3fde4ac2140b437a4b24c62 (diff) | |
parent | 87fb9978433b41004b66772284e4f4f64b53313b (diff) | |
download | ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.tar.gz ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.tar.bz2 ayatana-indicator-application-4b3ebd6f9f070dab76b0f7995b0d362d6e019612.zip |
* New upstream release.
* Make the accessible description NULL so that indicator-applet doesn't
crash (LP: #721533)
* emit LabelChanged signal along with the IconChanged signal (LP: #712581)
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 fa8d252..fe010cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.93, ted@canonical.com) +AC_INIT(indicator-application, 0.2.94, 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.93) +AM_INIT_AUTOMAKE(indicator-application, 0.2.94) AM_MAINTAINER_MODE |