diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-07 17:14:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-07 17:14:07 +0100 |
commit | 14f54b95128ac1d17d1c7aa8b2bcf46853fff3d5 (patch) | |
tree | 8b32428a2fa6783520051542d5a201683431a574 | |
parent | d243e718b7b271d63cd113af102eb3c9f5d3ee71 (diff) | |
download | ayatana-indicator-sound-14f54b95128ac1d17d1c7aa8b2bcf46853fff3d5.tar.gz ayatana-indicator-sound-14f54b95128ac1d17d1c7aa8b2bcf46853fff3d5.tar.bz2 ayatana-indicator-sound-14f54b95128ac1d17d1c7aa8b2bcf46853fff3d5.zip |
bumped for new release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7cc74a4..e6642f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.3) AM_MAINTAINER_MODE |