diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 13:38:07 +0200 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-08-26 13:38:07 +0200 |
commit | b624be9d4dce49cd5fba73e334d0db33fceb97f5 (patch) | |
tree | 897ac9aa33cd0f1f703403e2bfc73136db80c86d /configure.ac | |
parent | 4c742105d8252a84df1aa6e5af419afd6abb52fa (diff) | |
download | ayatana-indicator-sound-b624be9d4dce49cd5fba73e334d0db33fceb97f5.tar.gz ayatana-indicator-sound-b624be9d4dce49cd5fba73e334d0db33fceb97f5.tar.bz2 ayatana-indicator-sound-b624be9d4dce49cd5fba73e334d0db33fceb97f5.zip |
Import upstream version 0.4.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 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 |