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