diff options
author | Ted Gould <ted@gould.cx> | 2011-10-13 12:42:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-10-13 12:42:59 -0500 |
commit | cb00bc0353c23c813520bfa0f3fd45d85e81d4df (patch) | |
tree | d76fb6e710af4213b0220286d29e3e26798d2314 /configure.ac | |
parent | 3c872a3f8bd5c20b8798b3e29809ec3d60efd92d (diff) | |
download | ayatana-indicator-sound-cb00bc0353c23c813520bfa0f3fd45d85e81d4df.tar.gz ayatana-indicator-sound-cb00bc0353c23c813520bfa0f3fd45d85e81d4df.tar.bz2 ayatana-indicator-sound-cb00bc0353c23c813520bfa0f3fd45d85e81d4df.zip |
0.7.9.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 38965bf..a93a3bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.8.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.9.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.8.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.0) AM_MAINTAINER_MODE |