diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-02-13 20:44:06 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-02-13 20:44:06 +0000 |
commit | bd884a0a4b3a64c2f8d6757a0598993ee9297eef (patch) | |
tree | e01472ab2363c90e5c35ab41cc62c7a56ab42806 /configure.ac | |
parent | 7599f9d6aa4b4b81158ffed3455ea9be760816ea (diff) | |
download | ayatana-indicator-sound-bd884a0a4b3a64c2f8d6757a0598993ee9297eef.tar.gz ayatana-indicator-sound-bd884a0a4b3a64c2f8d6757a0598993ee9297eef.tar.bz2 ayatana-indicator-sound-bd884a0a4b3a64c2f8d6757a0598993ee9297eef.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 6b78c34..014cd1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.8.0.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.8.1.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.8.0.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.8.1.0) AM_MAINTAINER_MODE |