diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-18 18:01:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-18 18:01:13 +0000 |
commit | fec38bea8091cc778bdbb236ed4c854b9cdcb34d (patch) | |
tree | 0f59d17fc432ef9027ca764e869c87a589e9e5f9 | |
parent | f82480c0cb0a801fa694a178a0021ed8370d07b7 (diff) | |
download | ayatana-indicator-sound-fec38bea8091cc778bdbb236ed4c854b9cdcb34d.tar.gz ayatana-indicator-sound-fec38bea8091cc778bdbb236ed4c854b9cdcb34d.tar.bz2 ayatana-indicator-sound-fec38bea8091cc778bdbb236ed4c854b9cdcb34d.zip |
bumped for new release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7788c58..b1864dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.9, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.9) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.0) AM_MAINTAINER_MODE |