diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-15 12:25:57 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-15 12:25:57 -0400 |
commit | 944907b441affebd907605ccd1f825e801650427 (patch) | |
tree | 6a97d672179c509aab579e39d9035928a7479aba /configure.ac | |
parent | f6ffb190261dfdbbf55e90b63c1cd06f03037e35 (diff) | |
download | ayatana-indicator-sound-944907b441affebd907605ccd1f825e801650427.tar.gz ayatana-indicator-sound-944907b441affebd907605ccd1f825e801650427.tar.bz2 ayatana-indicator-sound-944907b441affebd907605ccd1f825e801650427.zip |
Import upstream version 0.3.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0a41bc5..222a3da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.6, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.7, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.6) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.7) AM_MAINTAINER_MODE @@ -33,7 +33,7 @@ INDICATOR_REQUIRED_VERSION=0.3.6 DBUSMENUGTK_REQUIRED_VERSION=0.2.2 POLKIT_REQUIRED_VERSION=0.92 PULSE_AUDIO_REQUIRED_VERSION=0.9.19 -INDICATOR_DISPLAY_OBJECTS=0.1.4 +INDICATOR_DISPLAY_OBJECTS=0.1.9 INDICATE_REQUIRED_VERSION=0.4.1 DBUSMENUGLIB_REQUIRED_VERSION=0.3.1 |