diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:45:22 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:45:22 -0400 |
commit | 6c40e13a44770e9bda393e5b0b1ebefa6b8077d5 (patch) | |
tree | 8d5e2ee74ab2a728a2af4e514740266424b5b955 /configure.ac | |
parent | 3b17bc829e96005f2cd6897be7cf77fec37ef012 (diff) | |
parent | ef3495e8ca6aa257c2d3123a7b0a25067570b0de (diff) | |
download | ayatana-indicator-sound-6c40e13a44770e9bda393e5b0b1ebefa6b8077d5.tar.gz ayatana-indicator-sound-6c40e13a44770e9bda393e5b0b1ebefa6b8077d5.tar.bz2 ayatana-indicator-sound-6c40e13a44770e9bda393e5b0b1ebefa6b8077d5.zip |
Import upstream version 0.7.9.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 a93a3bf..5ee885a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.9.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.9.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.1) AM_MAINTAINER_MODE |