diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-12 15:13:28 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-12 15:13:28 +0100 |
commit | 8a214194604d7f2cef3aef920566b70386cd870a (patch) | |
tree | 1ba8a58266046b1016a8da713129a1a08fb543d4 /configure.ac | |
parent | 006dd7249ec75af061b289f38d62aa6589d07cb2 (diff) | |
download | ayatana-indicator-sound-8a214194604d7f2cef3aef920566b70386cd870a.tar.gz ayatana-indicator-sound-8a214194604d7f2cef3aef920566b70386cd870a.tar.bz2 ayatana-indicator-sound-8a214194604d7f2cef3aef920566b70386cd870a.zip |
prep 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 cfdb702..fd391ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.7.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.7.0) AM_MAINTAINER_MODE |