diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 14:06:58 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 14:06:58 -0400 |
commit | 18ac680202da53507136693452dc34ca2113630f (patch) | |
tree | 3bbd8b49fbe8aa8494fe37a682901ffaff75005a /configure.ac | |
parent | e92bccafd8bc17ca37d48e78d497e1001dbaef80 (diff) | |
parent | 3b17bc829e96005f2cd6897be7cf77fec37ef012 (diff) | |
download | ayatana-indicator-sound-18ac680202da53507136693452dc34ca2113630f.tar.gz ayatana-indicator-sound-18ac680202da53507136693452dc34ca2113630f.tar.bz2 ayatana-indicator-sound-18ac680202da53507136693452dc34ca2113630f.zip |
releasing version 0.7.9-0ubuntu1
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 |