diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-09 16:33:07 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-09 16:33:07 +0000 |
commit | 714c7c49776e8a341254a3e4297b465d181206cd (patch) | |
tree | adfcc41df719e7b09e1ce242a4e276c3158d18eb /configure.ac | |
parent | c49d87b94dc4a8fe3ccb2c150ad1cd34404630f2 (diff) | |
download | ayatana-indicator-sound-714c7c49776e8a341254a3e4297b465d181206cd.tar.gz ayatana-indicator-sound-714c7c49776e8a341254a3e4297b465d181206cd.tar.bz2 ayatana-indicator-sound-714c7c49776e8a341254a3e4297b465d181206cd.zip |
prep for new 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 928ffff..1297120 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.4, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.5, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.4) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.5) AM_MAINTAINER_MODE |