diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-16 10:04:30 -0400 |
---|---|---|
committer | Package Import Robot <package-import@ubuntu.com> | 2012-03-16 10:04:30 -0400 |
commit | d8574d92a70a949564f7e454a2952df3e8e48c21 (patch) | |
tree | 36bbeb79aed2e89822c78bf3657c86437ad9c449 /configure.ac | |
parent | dc70d2a99fe514cd0eaa63b8a8142718f0a42a82 (diff) | |
parent | 8e8a06aa8829abe57acf68e252577286bc15ef74 (diff) | |
download | ayatana-indicator-sound-d8574d92a70a949564f7e454a2952df3e8e48c21.tar.gz ayatana-indicator-sound-d8574d92a70a949564f7e454a2952df3e8e48c21.tar.bz2 ayatana-indicator-sound-d8574d92a70a949564f7e454a2952df3e8e48c21.zip |
Import upstream version 0.8.4.0
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 5c73aed..4b3005a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.8.3.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.8.4.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.8.3.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.8.4.0) AM_MAINTAINER_MODE |