diff options
author | Ted Gould <ted@gould.cx> | 2011-09-28 13:28:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-28 13:28:17 -0500 |
commit | f5e29e773bd56d7aa6e459c46db6f68a4dd7f845 (patch) | |
tree | 0805e3870a19a15bfde7b78c390fce9154ce9ad5 | |
parent | 301e45c15d553b9eb7f0a66ddb7885b0b36784ab (diff) | |
download | ayatana-indicator-sound-f5e29e773bd56d7aa6e459c46db6f68a4dd7f845.tar.gz ayatana-indicator-sound-f5e29e773bd56d7aa6e459c46db6f68a4dd7f845.tar.bz2 ayatana-indicator-sound-f5e29e773bd56d7aa6e459c46db6f68a4dd7f845.zip |
0.7.8.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fd391ff..38965bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.7.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.8.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.7.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.8.0) AM_MAINTAINER_MODE |