diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
commit | 0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (patch) | |
tree | b1d607d38d8ce8fcac068f6a9553821f59eae61a /configure.ac | |
parent | 4bad61faf27bf1e5b5c967d641d1d36b1260d8e1 (diff) | |
parent | 80e5ad4f83a8b1218133761de11d433a7854041e (diff) | |
download | ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.gz ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.bz2 ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.zip |
releasing version 0.4.1-0ubuntu1
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 0951160..fe2957a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.1) AM_MAINTAINER_MODE |