diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-25 16:04:14 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-25 16:04:14 +0100 |
commit | d5e278e57cd7a1df14907580d4e6ba4a00dd7fe9 (patch) | |
tree | de4945845bf497554515a3b2da425cc49be556e0 /configure.ac | |
parent | 8f532e8faa4d810992ecb2e43dc2f8c5800ce49b (diff) | |
download | ayatana-indicator-sound-d5e278e57cd7a1df14907580d4e6ba4a00dd7fe9.tar.gz ayatana-indicator-sound-d5e278e57cd7a1df14907580d4e6ba4a00dd7fe9.tar.bz2 ayatana-indicator-sound-d5e278e57cd7a1df14907580d4e6ba4a00dd7fe9.zip |
bumped rev no for 0.3.3
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 781e815..b302f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.3) AM_MAINTAINER_MODE |