diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 14:22:19 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 14:22:19 -0400 |
commit | 49d4531478f022c8ce1b7af10289f2c24284cc8f (patch) | |
tree | 00993a6cbcdf1b7585eba80d5a237c9330501401 /configure.ac | |
parent | 5701be1eed72f84cec4dff6f7c3674c1870696b9 (diff) | |
parent | ab5089f6e8f9940b002e6b2bc334f61f1d862247 (diff) | |
download | ayatana-indicator-sound-49d4531478f022c8ce1b7af10289f2c24284cc8f.tar.gz ayatana-indicator-sound-49d4531478f022c8ce1b7af10289f2c24284cc8f.tar.bz2 ayatana-indicator-sound-49d4531478f022c8ce1b7af10289f2c24284cc8f.zip |
* New upstream release.
- mute action crashes the panel (LP: #828114)
- Clicking music player does not dismiss the menu (LP: #818293)
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 adb9564..f1a9b63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.5, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.6, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.5) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.6) AM_MAINTAINER_MODE |