diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 17:53:33 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 17:53:33 +0200 |
commit | 75f6c6bfa400649014ed90d87e57d5bf4b542f31 (patch) | |
tree | a9bab54f4429e41d065e4292c99dfa1f29f79068 /configure.ac | |
parent | b347212eb1cb41fb9739a9873b0ff8eb8abb4b77 (diff) | |
download | ayatana-indicator-sound-75f6c6bfa400649014ed90d87e57d5bf4b542f31.tar.gz ayatana-indicator-sound-75f6c6bfa400649014ed90d87e57d5bf4b542f31.tar.bz2 ayatana-indicator-sound-75f6c6bfa400649014ed90d87e57d5bf4b542f31.zip |
Import upstream version 0.4.3
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 e4ef20f..d701784 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.3) AM_MAINTAINER_MODE |