diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-04-04 11:55:31 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-04-04 11:55:31 +0100 |
commit | 15c7802a9f753b0d06e7690ae24402644cd12bfe (patch) | |
tree | 80898a1623ab8093e04677431758f007fa84ef7c /configure.ac | |
parent | d265dea2d8208e83053f1c3694a7889146513f1b (diff) | |
download | ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.tar.gz ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.tar.bz2 ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.zip |
tweaked to handle banshee desktop name change now that is finally in natty
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 ac460cb..b628136 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.5.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.6.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.5.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.6.1) AM_MAINTAINER_MODE |