diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-16 21:21:25 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-16 21:21:25 -0400 |
commit | b004f06319c37e63adee52cff5a6258e900ad8a2 (patch) | |
tree | c59b4b428d751a13d74aab9872c4cddb811d3e9d /configure.ac | |
parent | 82a0655d82f040a729b225335b99fafba2786668 (diff) | |
parent | 808a7108ec6c8cca9423b25269c846b5c6e2461d (diff) | |
download | ayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.tar.gz ayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.tar.bz2 ayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.zip |
Import upstream version 0.7.1
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 22f04c5..ab02d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.1) AM_MAINTAINER_MODE |