diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-09-15 18:05:58 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-09-15 18:05:58 -0400 |
commit | ea70683cc857be94778e67eac2c0aef126373ae9 (patch) | |
tree | 14f0369795c2fe76ab44e40ec7fff4063078599c /configure.ac | |
parent | 38dd038d1c0df47308fcda969bc21253ed5d019f (diff) | |
parent | 7695b78d05fd79ad7581d82b1f5ad171529e19e0 (diff) | |
download | ayatana-indicator-sound-ea70683cc857be94778e67eac2c0aef126373ae9.tar.gz ayatana-indicator-sound-ea70683cc857be94778e67eac2c0aef126373ae9.tar.bz2 ayatana-indicator-sound-ea70683cc857be94778e67eac2c0aef126373ae9.zip |
releasing version 0.4.7-0ubuntu1
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 b4a9e91..19000bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.6, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.7, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.6) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.7) AM_MAINTAINER_MODE |