diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-11 17:35:53 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-11 17:35:53 -0600 |
commit | 991d41fa7c9b5b51942f836ca68265513de6ef8c (patch) | |
tree | 79c6397087b7fe0534acc54862e49f4cdedea18a /configure.ac | |
parent | a43b6ddd497187cc8f3e9267ff6f7144cbbd31c8 (diff) | |
download | ayatana-indicator-sound-991d41fa7c9b5b51942f836ca68265513de6ef8c.tar.gz ayatana-indicator-sound-991d41fa7c9b5b51942f836ca68265513de6ef8c.tar.bz2 ayatana-indicator-sound-991d41fa7c9b5b51942f836ca68265513de6ef8c.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 aeeb41f..13e323c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.5, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.6, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.5) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.6) AM_MAINTAINER_MODE |