diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-28 15:56:39 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-28 15:56:39 +0100 |
commit | a0c3edbbe3d6cbb160049716cec66bf2673784e4 (patch) | |
tree | f1e13513c1629ce4350f534238f884b2659aece6 /configure.ac | |
parent | 574e1ce1c2a021eabcbe3122f0e2d5845f3293f0 (diff) | |
download | ayatana-indicator-sound-a0c3edbbe3d6cbb160049716cec66bf2673784e4.tar.gz ayatana-indicator-sound-a0c3edbbe3d6cbb160049716cec66bf2673784e4.tar.bz2 ayatana-indicator-sound-a0c3edbbe3d6cbb160049716cec66bf2673784e4.zip |
bumped the revision no. and changed credits on sound-service
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b302f5b..b6c4fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.3, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.4, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.3) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.4) AM_MAINTAINER_MODE |