diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:34:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:34:06 -0600 |
commit | b1bc105228fb6a8de8941fc9ebb9c54ea354460e (patch) | |
tree | eac2c6ab73c7109f4a66c83f29ee1a928ecc5bfe /configure.ac | |
parent | f775f62220f99a37158e57b76a098c354b22b690 (diff) | |
parent | fd038ed9a34844db1ad37e63f88c8d1f27ca0c1d (diff) | |
download | ayatana-indicator-power-b1bc105228fb6a8de8941fc9ebb9c54ea354460e.tar.gz ayatana-indicator-power-b1bc105228fb6a8de8941fc9ebb9c54ea354460e.tar.bz2 ayatana-indicator-power-b1bc105228fb6a8de8941fc9ebb9c54ea354460e.zip |
* New upstream release.
* Fix for the icon not changing when state changes (LP: #933466)
* Fix accessible descriptions (LP: #891932)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 406a93c..d00a868 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-power], - [1.90], + [1.91], [http://bugs.launchpad.net/indicator-power], [indicator-power], [http://launchpad.net/indicator-power]) |