diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-11 16:34:21 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-11 16:34:21 +0000 |
commit | 014ef9d63fdf4d7213f1a9481d0566a63daa7543 (patch) | |
tree | 4b67fecea12a0ef9489676a350185cfc2bd9eeb5 /configure.ac | |
parent | 52559196c4423636645644308758cb9fb69ae873 (diff) | |
download | ayatana-indicator-sound-014ef9d63fdf4d7213f1a9481d0566a63daa7543.tar.gz ayatana-indicator-sound-014ef9d63fdf4d7213f1a9481d0566a63daa7543.tar.bz2 ayatana-indicator-sound-014ef9d63fdf4d7213f1a9481d0566a63daa7543.zip |
bumped in prep for release
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 bf438e0..88535b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.3) AM_MAINTAINER_MODE |