diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-18 15:58:58 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-18 15:58:58 +0000 |
commit | c98bccb2b14f088b4fa04fbdb3d328c4deda3312 (patch) | |
tree | 553edf9aec30e3ea4db209fff0b85fd418b99b92 | |
parent | e918e55ad26ba289a37d89f748a6836c4800aba4 (diff) | |
download | ayatana-indicator-sound-c98bccb2b14f088b4fa04fbdb3d328c4deda3312.tar.gz ayatana-indicator-sound-c98bccb2b14f088b4fa04fbdb3d328c4deda3312.tar.bz2 ayatana-indicator-sound-c98bccb2b14f088b4fa04fbdb3d328c4deda3312.zip |
updated release revision number in the configure.ac and updated ido and libdbusgtk version numbers also
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7c308e2..48022e2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-sound.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.1.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.1.1) AM_MAINTAINER_MODE @@ -27,10 +27,10 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.0 -DBUSMENUGTK_REQUIRED_VERSION=0.2.0 +DBUSMENUGTK_REQUIRED_VERSION=0.2.2 POLKIT_REQUIRED_VERSION=0.92 PULSE_AUDIO_REQUIRED_VERSION=0.9.19 -INDICATOR_DISPLAY_OBJECTS=0.1.0 +INDICATOR_DISPLAY_OBJECTS=0.1.2 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |