diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 13:53:20 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 13:53:20 -0400 |
commit | 3b17bc829e96005f2cd6897be7cf77fec37ef012 (patch) | |
tree | 45e80b35b4a1647d369d4205d530e4c6c27cf2b3 /configure.ac | |
parent | bf90e843f9ecc907ab917d3d3b540014137d6964 (diff) | |
parent | cb00bc0353c23c813520bfa0f3fd45d85e81d4df (diff) | |
download | ayatana-indicator-sound-3b17bc829e96005f2cd6897be7cf77fec37ef012.tar.gz ayatana-indicator-sound-3b17bc829e96005f2cd6897be7cf77fec37ef012.tar.bz2 ayatana-indicator-sound-3b17bc829e96005f2cd6897be7cf77fec37ef012.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 |