diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-24 17:10:24 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-24 17:10:24 +0100 |
commit | 2f796d959845faa751422a5d8517babcf445f242 (patch) | |
tree | 309083e471782b406232cd5007f45451e6a0866c | |
parent | 9b046a6d0370267dcbcc4c01849256fea433d869 (diff) | |
download | ayatana-indicator-sound-2f796d959845faa751422a5d8517babcf445f242.tar.gz ayatana-indicator-sound-2f796d959845faa751422a5d8517babcf445f242.tar.bz2 ayatana-indicator-sound-2f796d959845faa751422a5d8517babcf445f242.zip |
bumped for release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f1a9b63..cfdb702 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.6, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.6.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.6) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.6.1) AM_MAINTAINER_MODE |