diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-06 14:24:55 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-06 14:24:55 +0000 |
commit | ce996a8b02131d9711cc3dee67f6c3844e55b8e8 (patch) | |
tree | f1220d27b624c2fedfab0847b0ee85b3e119633c | |
parent | 474554b742855e28625b6b1768ce40c85072d528 (diff) | |
download | ayatana-indicator-sound-ce996a8b02131d9711cc3dee67f6c3844e55b8e8.tar.gz ayatana-indicator-sound-ce996a8b02131d9711cc3dee67f6c3844e55b8e8.tar.bz2 ayatana-indicator-sound-ce996a8b02131d9711cc3dee67f6c3844e55b8e8.zip |
bumped rev no in prep for release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c42354e..c9227cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.3, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.4, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.3) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.4) AM_MAINTAINER_MODE |