diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
commit | 306604f2426f7a1b7a4516566cb68e1d6c982998 (patch) | |
tree | d11abca5d5b99e665912c7180d503ef56e446ed0 /configure.ac | |
parent | 914a7600bdc7c6e9a8a7afdf165397cc05113f1a (diff) | |
parent | 82a0655d82f040a729b225335b99fafba2786668 (diff) | |
download | ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.gz ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.bz2 ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.zip |
releasing version 0.7.0-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 b628136..22f04c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.0) AM_MAINTAINER_MODE |