diff options
author | Didier Roche <didrocks@ubuntu.com> | 2011-09-13 12:20:29 +0200 |
---|---|---|
committer | Package Import Robot <package-import@ubuntu.com> | 2011-09-13 12:20:29 +0200 |
commit | 886588b78ecf730719b5f5686e7a277dde27515d (patch) | |
tree | 5b9831b1c80f4559cc349623c84ad4c1fdcb909a /configure.ac | |
parent | 260e11f96a8d1060979744dc2361401a8b7e6f15 (diff) | |
download | ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.tar.gz ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.tar.bz2 ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.zip |
Import upstream version 0.7.7.0
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 |