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 | |
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
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/sound-service.c | 4 |
2 files changed, 3 insertions, 5 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 diff --git a/src/sound-service.c b/src/sound-service.c index bcdac07..8f4e941 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -4,9 +4,7 @@ Copyright 2010 Canonical Ltd. Authors: Conor Curran <conor.curran@canonical.com> - Ted Gould <ted@canonical.com> - Cody Russell <crussell@canonical.com> - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. |