diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:20:53 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:20:53 +0100 |
commit | 0e1986bc2a83d8ebd465ae6168f4a6735552befe (patch) | |
tree | 12d90cefe6ac0960263985ef780c0359e69a0f5f | |
parent | 161c8c52715995d2c9e0b9cb04236aaa078c4e8f (diff) | |
download | ayatana-indicator-sound-0e1986bc2a83d8ebd465ae6168f4a6735552befe.tar.gz ayatana-indicator-sound-0e1986bc2a83d8ebd465ae6168f4a6735552befe.tar.bz2 ayatana-indicator-sound-0e1986bc2a83d8ebd465ae6168f4a6735552befe.zip |
bumped in prep for release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ed34cb4..adb9564 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.4.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.5, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.4.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.5) AM_MAINTAINER_MODE |