diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-06-28 17:28:07 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-06-28 17:28:07 +0200 |
commit | 26d4014fcf17ab3735a3045b9b3900e27a4a467b (patch) | |
tree | 23a965c832163d7dff79b60850355ceb83f8928f /configure.ac | |
parent | 2118f6baaf6432811125901f5986e51fa55b4374 (diff) | |
parent | a0c3edbbe3d6cbb160049716cec66bf2673784e4 (diff) | |
download | ayatana-indicator-sound-26d4014fcf17ab3735a3045b9b3900e27a4a467b.tar.gz ayatana-indicator-sound-26d4014fcf17ab3735a3045b9b3900e27a4a467b.tar.bz2 ayatana-indicator-sound-26d4014fcf17ab3735a3045b9b3900e27a4a467b.zip |
Import upstream version 0.3.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 b302f5b..b6c4fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.3, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.4, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.3) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.4) AM_MAINTAINER_MODE |