diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-24 18:16:23 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-24 18:16:23 +0100 |
commit | 0336970086fb3bbd00b3a906e9879f4a50ae015c (patch) | |
tree | 5a567be23e2f1dcf6bfdbda4d8b461fd8314e41c /configure.ac | |
parent | 49db751d456ee144f7c7910278b35613dc90db8a (diff) | |
parent | 1d721c275ba6962d60f47b184849db7bd2a5290a (diff) | |
download | ayatana-indicator-sound-0336970086fb3bbd00b3a906e9879f4a50ae015c.tar.gz ayatana-indicator-sound-0336970086fb3bbd00b3a906e9879f4a50ae015c.tar.bz2 ayatana-indicator-sound-0336970086fb3bbd00b3a906e9879f4a50ae015c.zip |
merge the familiar players db work
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 e55123e..781e815 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.2) AM_MAINTAINER_MODE |