diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-04 14:00:01 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-04 14:00:01 +0000 |
commit | f6c1abd8b39794057044f2ad9a567624ae4e9cf3 (patch) | |
tree | 29a3790e02d76ceb5ba1e055e82044df8dd66d48 /configure.ac | |
parent | 229c2d68debae8479c2afdc077fd27e0deba6c9b (diff) | |
download | ayatana-indicator-sound-f6c1abd8b39794057044f2ad9a567624ae4e9cf3.tar.gz ayatana-indicator-sound-f6c1abd8b39794057044f2ad9a567624ae4e9cf3.tar.bz2 ayatana-indicator-sound-f6c1abd8b39794057044f2ad9a567624ae4e9cf3.zip |
prep of 0.5.0
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 7a86e4d..300662b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.9, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.9) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.0) AM_MAINTAINER_MODE |