diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-28 13:14:07 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-28 13:14:07 -0600 |
commit | 2b8907890f713242b295183356bd10e9d9c6886b (patch) | |
tree | 18e69e502c292d5c6f9158a8fe734d8a6cdfd53c | |
parent | f102dfae3b628ae01b2f1fa5cda3924675b355d9 (diff) | |
download | ayatana-indicator-sound-2b8907890f713242b295183356bd10e9d9c6886b.tar.gz ayatana-indicator-sound-2b8907890f713242b295183356bd10e9d9c6886b.tar.bz2 ayatana-indicator-sound-2b8907890f713242b295183356bd10e9d9c6886b.zip |
prep for 0.5.8
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a50950c..dfd016a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.7, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.8, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.7) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.8) AM_MAINTAINER_MODE |