diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-29 17:18:02 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-29 17:18:02 +0100 |
commit | c60b7f972eb8faa1b06366dfebdb4a220d565f1e (patch) | |
tree | 0b8deafd4796c793edb10b226cfa6e04e7530b52 /configure.ac | |
parent | 6f965506a63bc48c10c386b4567c09b2fdf01c2e (diff) | |
download | ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.tar.gz ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.tar.bz2 ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.zip |
bumped for release and removed -Werror from makefile.am until valac fixes its issues
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 47d8350..25f861a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.4, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.4.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.4) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.4.1) AM_MAINTAINER_MODE |