diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-16 17:01:36 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-16 17:01:36 +0000 |
commit | 7ea64f857b5f76cd06e01bfe49eda27c2d2da335 (patch) | |
tree | 17a0c81be4e8b0968d67027d50b15b4465b54b42 | |
parent | 8c0170162372165f2517bdbfeadebcd960524a20 (diff) | |
download | ayatana-indicator-sound-7ea64f857b5f76cd06e01bfe49eda27c2d2da335.tar.gz ayatana-indicator-sound-7ea64f857b5f76cd06e01bfe49eda27c2d2da335.tar.bz2 ayatana-indicator-sound-7ea64f857b5f76cd06e01bfe49eda27c2d2da335.zip |
bumped version 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 ea4ab45..88ffe6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.3) AM_MAINTAINER_MODE |