aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-03-12 20:32:22 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-03-12 20:32:22 +0100
commit8f23da75ecbfb2d345f466a36953730951ff74b4 (patch)
treeec73a2d86bdd582ada4f43b602ac92ce5d88287d /configure.ac
parent6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f (diff)
parent1e4f7e51d59456dac5c8d3e0a99b843b27c4cd63 (diff)
downloadayatana-indicator-sound-8f23da75ecbfb2d345f466a36953730951ff74b4.tar.gz
ayatana-indicator-sound-8f23da75ecbfb2d345f466a36953730951ff74b4.tar.bz2
ayatana-indicator-sound-8f23da75ecbfb2d345f466a36953730951ff74b4.zip
Import upstream version 0.1.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 080303c..770245a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.1.3, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 0.1.3.1, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.1.3)
+AM_INIT_AUTOMAKE(indicator-sound, 0.1.3.1)
AM_MAINTAINER_MODE
@@ -26,11 +26,11 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
###########################
GTK_REQUIRED_VERSION=2.12
-INDICATOR_REQUIRED_VERSION=0.3.0
+INDICATOR_REQUIRED_VERSION=0.3.5
DBUSMENUGTK_REQUIRED_VERSION=0.2.2
POLKIT_REQUIRED_VERSION=0.92
PULSE_AUDIO_REQUIRED_VERSION=0.9.19
-INDICATOR_DISPLAY_OBJECTS=0.1.2
+INDICATOR_DISPLAY_OBJECTS=0.1.4
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
indicator >= $INDICATOR_REQUIRED_VERSION