diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-12 18:13:55 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-12 18:13:55 +0000 |
commit | 1e4f7e51d59456dac5c8d3e0a99b843b27c4cd63 (patch) | |
tree | e1a9677f360efb5367f5dbd4a0d705f27aef57b7 /configure.ac | |
parent | 5dc32749af6b8281efcf94970fcb9f4863d93163 (diff) | |
download | ayatana-indicator-sound-1e4f7e51d59456dac5c8d3e0a99b843b27c4cd63.tar.gz ayatana-indicator-sound-1e4f7e51d59456dac5c8d3e0a99b843b27c4cd63.tar.bz2 ayatana-indicator-sound-1e4f7e51d59456dac5c8d3e0a99b843b27c4cd63.zip |
update the configure.ac with 0.1.3.1 release number and incremented indicator dependency version to 0.3.5
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 52e6577..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,7 +26,7 @@ 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 |