diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:20:43 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:20:43 -0500 |
commit | 088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (patch) | |
tree | 40b0981ba8fa8cd5d414440b04742723afeb39f4 /configure.ac | |
parent | b4b1c772dc57c3034cc80b785e4b472b8fe1b404 (diff) | |
parent | fec38bea8091cc778bdbb236ed4c854b9cdcb34d (diff) | |
download | ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.gz ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.bz2 ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.zip |
Import upstream version 0.6.0
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 d42f574..b1864dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.9, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.9) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.0) AM_MAINTAINER_MODE @@ -35,7 +35,7 @@ PULSE_AUDIO_REQUIRED_VERSION=0.9.19 INDICATOR_DISPLAY_OBJECTS=0.1.11 DBUSMENUGLIB_REQUIRED_VERSION=0.3.9 GIO_2_0_REQUIRED_VERSION=2.25.13 -LIBNOTIFY_REQUIRED_VERSION=0.5.0 +LIBNOTIFY_REQUIRED_VERSION=0.7.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |