diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-12-01 17:44:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-12-01 17:44:13 +0000 |
commit | 13810cb4d5c5c6c88977a25a89538e473a92297d (patch) | |
tree | 551b96ba0eb85d22c4e86c32175f5f82b5c01552 /configure.ac | |
parent | 184964f9cff611809ffb37a498ec9e114a4f37b0 (diff) | |
download | ayatana-indicator-sound-13810cb4d5c5c6c88977a25a89538e473a92297d.tar.gz ayatana-indicator-sound-13810cb4d5c5c6c88977a25a89538e473a92297d.tar.bz2 ayatana-indicator-sound-13810cb4d5c5c6c88977a25a89538e473a92297d.zip |
bumped for 0792 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 e36dfad..37da03d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.9.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.9.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.2) AM_MAINTAINER_MODE |