diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-14 19:23:39 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-14 19:23:39 +0100 |
commit | 4b7abb73527b7ce240c15d408b00afa6a80a3c07 (patch) | |
tree | b13d707e9ff6d405c0af9dc762efdc639e9941ee /configure.ac | |
parent | a817479e8353f8f84dc4f95bb980f2d1b4ba1380 (diff) | |
download | ayatana-indicator-sound-4b7abb73527b7ce240c15d408b00afa6a80a3c07.tar.gz ayatana-indicator-sound-4b7abb73527b7ce240c15d408b00afa6a80a3c07.tar.bz2 ayatana-indicator-sound-4b7abb73527b7ce240c15d408b00afa6a80a3c07.zip |
bumped the revision number
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 f30218d..23c6767 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.4, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.5, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.4) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.5) AM_MAINTAINER_MODE |