diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-28 14:50:44 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-28 14:50:44 +0100 |
commit | f11a6bb0c8bc68d0a6972e94140f7b5d96881dba (patch) | |
tree | da246c9a6676deb732568a236c75bbc126595232 /configure.ac | |
parent | da23fef3f4e443835cf7775ee4925ae2eaaaa9ff (diff) | |
download | ayatana-indicator-sound-f11a6bb0c8bc68d0a6972e94140f7b5d96881dba.tar.gz ayatana-indicator-sound-f11a6bb0c8bc68d0a6972e94140f7b5d96881dba.tar.bz2 ayatana-indicator-sound-f11a6bb0c8bc68d0a6972e94140f7b5d96881dba.zip |
bumped 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 0758182..bfc86f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.2) AM_MAINTAINER_MODE |