diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-24 14:09:49 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-24 14:09:49 +0100 |
commit | 98c55dde34ae7ed062ae22712b998ef4787b14ee (patch) | |
tree | 30497e8b64d048b9aa392469c176d0428c6b4bd9 /configure.ac | |
parent | a07a88311d4efbaa8682354c199910a8d96eb0a7 (diff) | |
download | ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.tar.gz ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.tar.bz2 ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.zip |
record of played application being stored correctly in keyfile
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 e55123e..781e815 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.2) AM_MAINTAINER_MODE |