diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 16:13:08 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 16:13:08 -0500 |
commit | 5338c77428955cf6701b5fa9cad84e135f6522b2 (patch) | |
tree | 45b8dd1f84a772c6a031a760abc7592236346779 /configure.ac | |
parent | 603ecf78d1f2e897ac60ecf585569c8758fe5d1e (diff) | |
parent | 759793a2dda77abd227921e119bb329271c36a55 (diff) | |
download | ayatana-indicator-sound-5338c77428955cf6701b5fa9cad84e135f6522b2.tar.gz ayatana-indicator-sound-5338c77428955cf6701b5fa9cad84e135f6522b2.tar.bz2 ayatana-indicator-sound-5338c77428955cf6701b5fa9cad84e135f6522b2.zip |
releasing version 0.5.7-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 2abe1c4..a50950c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.6, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.7, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.6) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.7) AM_MAINTAINER_MODE |