diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-03 17:14:10 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-03 17:14:10 +0000 |
commit | bcf0cc17469edbb8b882884bdd6ae2155a809d01 (patch) | |
tree | c08ba637d673ecc8337b66742fe29e8fb636e6d5 /configure.ac | |
parent | 64ead2414c7e40155eb9241848b1837beb84ae7c (diff) | |
download | ayatana-indicator-sound-bcf0cc17469edbb8b882884bdd6ae2155a809d01.tar.gz ayatana-indicator-sound-bcf0cc17469edbb8b882884bdd6ae2155a809d01.tar.bz2 ayatana-indicator-sound-bcf0cc17469edbb8b882884bdd6ae2155a809d01.zip |
bump revno for release
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 064a581..e4ccb67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.2) AM_MAINTAINER_MODE |