diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-03-30 18:41:51 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-03-30 18:41:51 +0100 |
commit | a010f1ee55605488f249b9633a590792de312267 (patch) | |
tree | 9e75fb93e4632ae26762a5fd70359fa1009cb8b1 /configure.ac | |
parent | 32f7a1035e36071e765173ce756b072cdeaa408f (diff) | |
download | ayatana-indicator-sound-a010f1ee55605488f249b9633a590792de312267.tar.gz ayatana-indicator-sound-a010f1ee55605488f249b9633a590792de312267.tar.bz2 ayatana-indicator-sound-a010f1ee55605488f249b9633a590792de312267.zip |
bump for 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 0e2f9ee..c593fa5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.8.4.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.8.5.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.8.4.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.8.5.0) AM_MAINTAINER_MODE |