diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 09:53:21 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-10-13 09:53:21 -0400 |
commit | bf58931fb653267839b32c980425c3d2183157d2 (patch) | |
tree | 45e80b35b4a1647d369d4205d530e4c6c27cf2b3 /configure.ac | |
parent | aba0d7cff82cce46e80c4c26158da02561aef6cd (diff) | |
download | ayatana-indicator-sound-bf58931fb653267839b32c980425c3d2183157d2.tar.gz ayatana-indicator-sound-bf58931fb653267839b32c980425c3d2183157d2.tar.bz2 ayatana-indicator-sound-bf58931fb653267839b32c980425c3d2183157d2.zip |
Import upstream version 0.7.9
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 38965bf..a93a3bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.8.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.9.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.8.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.0) AM_MAINTAINER_MODE |