diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-21 11:04:29 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-21 11:04:29 +0200 |
commit | 5e112656817e193c26ee462f4beffb83c08858f4 (patch) | |
tree | 559d809df653a14771271c2be5730e47fe99e3ff /configure.ac | |
parent | a3acb4947b7ae8c31e873befb24bebe64b36e49c (diff) | |
parent | 808a7108ec6c8cca9423b25269c846b5c6e2461d (diff) | |
download | ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.gz ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.bz2 ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.zip |
merged tip in
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 22f04c5..ab02d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.1) AM_MAINTAINER_MODE |